bahmutov / bahmutov/next-update
set `save=false | true` explicitly when installing deps
Open
bug
minor
- Dominant language
- JavaScript
- Stars
- 557
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
If someone set `save=true` in their `.npmrc` _next-update_ will install dev deps as deps and fail with an duplicate dep error.
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the dependency-installation entry point and identify where install commands are assembled. Reproduce the failure with `.npmrc` setting `save=true`, then verify that explicitly setting the intended save option prevents the duplicate dependency error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100