[BUG] `npm error Cannot read properties of undefined (reading 'extraneous')` in monorepo setups with incorrect local package references
Open
Nobody has claimed this yet.
Bug
Needs Triage
- Dominant language
- JavaScript
- Stars
- 10.1k
- Forks
- 4.7k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 19
Description
Is there an existing issue for this?
- I have searched the existing issues
This issue exists in the latest npm version
- I am using the latest npm
Current Behavior
- Set up an npm workspace with three packages: package1, package2 and package 3. Make package1 depend on package3
- Rename or delete package3, without updating package1
- Run an
npm installornpm uninstalloperation in package2 (this works fine) - Run an
npm installornpm uninstalloperation in package2 (this now errors with the errornpm error Cannot read properties of undefined (reading 'extraneous'))
Bizzarelly also at this point, going to the root of the repo and running npm ci will reset you back to step 3, so you can continue to manage one package at a time.
Expected Behavior
Either:
- npm gives you a clear error about why your setup is now invalid
- npm handles installing and uninstalling packages in other packages fine (like it did in step 3 above, rather than progressing to step 4 with the error)
Steps To Reproduce
See expected behaviour section.
MRE repository to follow shortly.
Environment
- npm: 11.2.0
- Node.js: v23.10.0
- OS Name: macOS
- System Model Name: macOS
- npm config:
; "builtin" config from /opt/homebrew/lib/node_modules/npm/npmrc
prefix = "/opt/homebrew"
; "user" config from /Users/user/.npmrc
//registry.npmjs.org/:_authToken = (protected)
; node bin location = /opt/homebrew/Cellar/node/23.10.0_1/bin/node
; node version = v23.10.0
; npm local prefix = /Users/user/Documents/npm-repro
; npm version = 11.2.0
; cwd = /Users/user/Documents/npm-repro
; HOME = /Users/user
; Run `npm config ls -l` to show all defaults.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the three-package npm workspace described in the issue, including the renamed or deleted package3 and the repeated install or uninstall in package2. Investigate the transition from the successful first operation to the extraneous error; done means npm either reports the invalid local reference clearly or handles the operation without crashing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100