Open JamesHenry opened 1 year ago
I have a minimal reproduction repo here as well: https://github.com/mehulkar/turbo-issue-5098 with node 20.2 + npm 9.6.
@mehulkar my guess is you are actually running into https://github.com/npm/cli/issues/6399 and not what I am describing here
Is there an existing issue for this?
This issue exists in the latest npm version
Minimal Setup
package.json
child/package.json
Repro Steps
Behavior in root:
Behavior in workspace:
Also note, if you amend the root
package.json
to remove theworkspaces
and then repeat those final steps:Environment