Skip to content
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

Please document that recursive-install=false will not run without shared-workspace-lockfile=false #440

Open
matthew-dean opened this issue Aug 4, 2023 · 0 comments

Comments

@matthew-dean
Copy link

I spent a long time hitting my head against a wall with an .npmrc with:

recursive-install=false

No matter what, it would recursively install. However, by chance, I came across another issue where someone mentioned they had done this:

recursive-install=false
shared-workspace-lockfile=false

Once I set both to false, then the root stopped installing recursively. It would be great if this was documented here that recursive-install will not work by itself. (Although, I feel like recursive-install should ALSO set shared-workspace-lockfile to false, IN ORDER for it to actually have an effect.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant