This repository was archived by the owner on May 1, 2024. It is now read-only.
Replies: 2 comments
-
|
If you want consistent behavior on install for aliased packages please update to npm 8. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
"^2.6.5" simply means that is compatible with 2.6.5 up to 3.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have two versions of
core-jsinstalled alongside each other like so:Sometimes when I run
npm install, the version ofcore-js3changes to a newer version inpackage-lock.json, e.g.:Is there a way to lock the version of an aliased package so that it's not updated automatically during install?
I'm using Node.js v14.19.3 and NPM 6.14.17.
Beta Was this translation helpful? Give feedback.
All reactions