Replies: 2 comments 1 reply
-
How do NX monorepos work? Do you just need to run |
Beta Was this translation helpful? Give feedback.
1 reply
-
For support specific to Gatsby Cloud please head here: https://www.gatsbyjs.com/support/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Describe the issue that you're seeing.
https://www.gatsbyjs.com/dashboard/77216553-029f-44e7-8134-9b6c85710e0a/sites/ac5a1f5e-5ae5-4f58-8c0c-8e6a9476e6a3/builds/abc47797-fd78-46cd-83fc-c9e1095493d5/details#errors
Steps to reproduce
Clear steps describing how to reproduce the issue. Please link to a reproduction, this makes your issue much easier to diagnose (seriously).
It uses this repo:
https://github.com/xiongemi/nx-gatsby-blogs
In the gatsby cloud settings:
I think when installing dependencies, it goes to folder
/usr/src/app/www/apps/blog-medium/node_modules
instead of root level.Expected result
What should happen?
when doing the npm install, it should go to the root level node_mdoules.
Actual result
What happened.
Got this error "Generating JavaScript bundles failed at libs/ui/src/lib/author-details/author-details.tsx" with error like
Environment
Run
gatsby info --clipboard
in your project directory and paste the output here. Also name anyflags
you use insidegatsby-config.js
.Beta Was this translation helpful? Give feedback.
All reactions