Open creativecreatorormaybenot opened 1 year ago
Do any of these tarballs inter-depend on each other? What are some example package.json's from them? Please provide more detailed minimal reproduction information. An example package.json for the root, workspace, and tarballs, perhaps?
@fritzy All packages are in the same NPM workspace, i.e. some of these depend on another package in the workspace.
@fritzy ping for update just in case you did not see the additional information :v:
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
When using
npm@9.1.2
and adding local dependencies,npm install
fails / hangs forever atidealTree:#root
.The added dependencies look like this:
The logs generated using
npm i --verbose
look like this:This will repeat forever. If I let
npm i
sit, this will print these exact same 12 lines tens of thousands of times.Expected Behavior
Downgrading to
npm@8.19.3
completely resolves the issue:Steps To Reproduce
Note that the
app
sits in a project that uses NPM workspaces (located atproject-root
).Environment