Open samuelstroschein opened 1 year ago
maybe related https://github.com/npm/cli/issues/4774 but npm <8.5 also doesn't work
I think I'm having this same issue. It seems like a standard install-strategy="nested" just doesn't work at all. Anybody know if there are any updates on this?
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
npm does not install dependencies of
package-b
wheninstall-strategy = "nested"
, and package-b is nested in another package (package-a). Not in the root of the workspace or the package itself.Expected Behavior
Install the dependencies of package-b.
Steps To Reproduce
npm i
Environment
access = "public" legacy-peer-deps = false
; "project" config from /Users/samuel/Desktop/repro/.npmrc
install-strategy = "nested"
; node bin location = /Users/samuel/.nvm/versions/node/v20.8.0/bin/node ; node version = v20.8.0 ; npm local prefix = /Users/samuel/Desktop/repro ; npm version = 10.1.0 ; cwd = /Users/samuel/Desktop/repro ; HOME = /Users/samuel ; Run
npm config ls -l
to show all defaults.