[BUG] run npm update --save results in error if dependency is defined with file:
#4454
Closed
2 tasks done
Labels
Bug
thing that needs fixing
Priority 1
high priority issue
Release 8.x
work is associated with a specific npm 8 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
We have one of the local dependencies defined with
file:../dependency
Run ofnpm update --save
results inand
package.json
is not updatedExpected Behavior
update
should skipfile:../
dependencies and update properlypackage.json
Steps To Reproduce
just having one of dependencies defined as
file:../
and run ofnpm update --save
results in errorEnvironment
The text was updated successfully, but these errors were encountered: