|
|
|
|
|
by Tadpole9181
275 days ago
|
|
`npm install` uses a lockfile by default and will not change versions. No, not transitives either. You would have to either manually change `package.json` or call `npm update`. You'd have to go out of your way to make your project as bad as you're describing. |
|