You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found it difficult to setup the Nx monorepo for contribution and even had to do some workaround to run it on my machine.
Don't get me wrong: The contribution guide is great! However, some tiny details would help for the dev containers setup. Surprisingly as a Rust newbie I had no problems with it, but pnpm made trouble.
I had to do setup the following in.npmrc to bring it to work:
package-import-method=clone-or-copy
Is there a specific documentation page you are reporting?
Documentation issue
I found it difficult to setup the Nx monorepo for contribution and even had to do some workaround to run it on my machine.
Don't get me wrong: The contribution guide is great! However, some tiny details would help for the dev containers setup. Surprisingly as a Rust newbie I had no problems with it, but pnpm made trouble.
I had to do setup the following in
.npmrc
to bring it to work:Is there a specific documentation page you are reporting?
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#development-workstation-setup
Additional context or description
I think, in my special case, thats a pnpm issue on macOS.
Suggestion
Maybe alternative setups may be described in the contribution guide like other package managers or some troubleshooting FAQ for common setup problems.
The text was updated successfully, but these errors were encountered: