HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dvdcxn

no profile record

comments

dvdcxn
·5 anni fa·discuss
I'm sorry but this is completely wrong. NPM has lock files which explicitly lockdown the version you have downloaded after your first install. These are commited to source control, so all subsequent installs will use the exact same version of dependencies, and nested dependencies too.

You need to ask npm to upgrade or delete your lock file and node modules to run into this issue.
dvdcxn
·5 anni fa·discuss
With lock files, you will always be stuck with whatever version you first installed until you explicitly ask npm to upgrade, or delete your lockfile.
dvdcxn
·5 anni fa·discuss
Even if they did they're not 'breaking your app in minutes', as if all live apps which use that package are suddenly going to poll npm for deleted packages. That's absurd.
dvdcxn
·5 anni fa·discuss
What use is that if the servers running the rest of the game are turned off?
dvdcxn
·9 anni fa·discuss
What's dramatic about copy and pasting a clone uri into a command?