-
-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BaseHub exports not found #360
Comments
Hi @Younestalby, thanks for the bug report! It would be handy if you could drop your Terminal log here so I can see what the errors are. Also if you can let me know your OS and Node version, that may help identify the issue also. |
I'm Using Windows 11 Export Pump doesn't exist in target module
The export Pump was not found in module [project]/node_modules/.pnpm/basehub@7.5.28_@babel+runtime@7.24.6_@types[email protected]_enquirer@[email protected]_reac_dg3unnfihpy5trh74sikmblzsq/node_modules/basehub/react-pump.js [app-rsc] (ecmascript). ./packages/cms/index.ts:1:1
The export basehub was not found in module [project]/node_modules/.pnpm/basehub@7.5.28_@babel+runtime@7.24.6_@types[email protected]_enquirer@[email protected]_reac_dg3unnfihpy5trh74sikmblzsq/node_modules/basehub/index.js [app-rsc] (ecmascript). ./packages/cms/index.ts:1:1
The export fragmentOn was not found in module [project]/node_modules/.pnpm/basehub@7.5.28_@babel+runtime@7.24.6_@types[email protected]_enquirer@[email protected]_reac_dg3unnfihpy5trh74sikmblzsq/node_modules/basehub/index.js [app-rsc] (ecmascript). ⨯ ./packages/cms/components/feed.tsx:1:1
The export Pump was not found in module [project]/node_modules/.pnpm/basehub@7.5.28_@babel+runtime@7.24.6_@types[email protected]_enquirer@[email protected]_reac_dg3unnfihpy5trh74sikmblzsq/node_modules/basehub/react-pump.js [app-rsc] (ecmascript). ./packages/cms/index.ts:1:1
The export basehub was not found in module [project]/node_modules/.pnpm/basehub@7.5.28_@babel+runtime@7.24.6_@types[email protected]_enquirer@[email protected]_reac_dg3unnfihpy5trh74sikmblzsq/node_modules/basehub/index.js [app-rsc] (ecmascript). ./packages/cms/index.ts:1:1
The export fragmentOn was not found in module [project]/node_modules/.pnpm/basehub@7.5.28_@babel+runtime@7.24.6_@types[email protected]_enquirer@[email protected]_reac_dg3unnfihpy5trh74sikmblzsq/node_modules/basehub/index.js [app-rsc] (ecmascript). ⨯ ./packages/cms/components/feed.tsx:1:1
The export Pump was not found in module [project]/node_modules/.pnpm/basehub@7.5.28_@babel+runtime@7.24.6_@types[email protected]_enquirer@[email protected]_reac_dg3unnfihpy5trh74sikmblzsq/node_modules/basehub/react-pump.js [app-rsc] (ecmascript). ./packages/cms/index.ts:1:1
The export basehub was not found in module [project]/node_modules/.pnpm/basehub@7.5.28_@babel+runtime@7.24.6_@types[email protected]_enquirer@[email protected]_reac_dg3unnfihpy5trh74sikmblzsq/node_modules/basehub/index.js [app-rsc] (ecmascript). ./packages/cms/index.ts:1:1
The export fragmentOn was not found in module [project]/node_modules/.pnpm/basehub@7.5.28_@babel+runtime@7.24.6_@types[email protected]_enquirer@[email protected]_reac_dg3unnfihpy5trh74sikmblzsq/node_modules/basehub/index.js [app-rsc] (ecmascript). ⨯ ./packages/cms/components/feed.tsx:1:1
The export Pump was not found in module [project]/node_modules/.pnpm/basehub@7.5.28_@babel+runtime@7.24.6_@types[email protected]_enquirer@[email protected]_reac_dg3unnfihpy5trh74sikmblzsq/node_modules/basehub/react-pump.js [app-rsc] (ecmascript). ./packages/cms/index.ts:1:1
The export basehub was not found in module [project]/node_modules/.pnpm/basehub@7.5.28_@babel+runtime@7.24.6_@types[email protected]_enquirer@[email protected]_reac_dg3unnfihpy5trh74sikmblzsq/node_modules/basehub/index.js [app-rsc] (ecmascript). ./packages/cms/index.ts:1:1
The export fragmentOn was not found in module [project]/node_modules/.pnpm/basehub@7.5.28_@babel+runtime@7.24.6_@types[email protected]_enquirer@[email protected]_reac_dg3unnfihpy5trh74sikmblzsq/node_modules/basehub/index.js [app-rsc] (ecmascript). ○ Compiling /_error ... |
Awesome thank you. Seems like it's all BaseHub related. Let me connect with the BaseHub team and see if we can figure it out quickly. |
hey @Younestalby, BaseHub founder here. Did you follow the CMS guide here? if you did and it's still not working, then can you take a look in the CMS |
there no errors |
I'm seeing the same problem. I don't see that .basehub folder. It doesn't get created on repo initialisation... Tried to manually install it but it gives me this error:
|
I'm seeing a similar issue with the .basehub generated folder. It happens on vercel during build times only and it's fixable if I redeploy the failed deployment.
|
Hi @ghostsinthemachine-commits, I had exactly the same issue (it would build from the Vercel console, but error out when initiated by a git push) and the fix you posted worked for me! Thanks! FYI, I'm running node 20.18.1 on Linux Mint. |
Describe the bug
The installation documentation on the Next-Forge Installation Page is incomplete and unclear. There are numerous errors encountered while attempting to install Next-Forge, and the setup process is overly complicated due to the lack of detailed guidance.
The text was updated successfully, but these errors were encountered: