[BUG] npm update does not work with scoped private packages #3004
Labels
Bug
thing that needs fixing
Priority 2
secondary priority issue
Release 7.x
work is associated with a specific npm 7 release
I'm trying to update a scoped private package using the following command:
But nothing happens. I can see the following lines in the debug output (
--dd
):I guess it should use
https://www.npmjs.com/package/@snappykraken/ui-elements
instead ofhttps://registry.npmjs.org/@snappykraken%2fui-elements
.Current Behavior:
The latest version of a library doesn't get into
node_modules
and it is also not changed inpackage-lock.json
.Expected Behavior:
Both
node_modules
folder andpackage-lock.json
file should get updated.Steps To Reproduce:
npm install
npm update
Environment:
OS: Manjaro Linux (kernel 5.10.23)
Node: v15.11.0
npm: 7.7.5
The text was updated successfully, but these errors were encountered: