HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dvdcxn

no profile record

comments

dvdcxn
·5 yıl önce·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 yıl önce·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 yıl önce·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 yıl önce·discuss
What use is that if the servers running the rest of the game are turned off?
dvdcxn
·5 yıl önce·discuss
I think this 3 year old topic needs to be revisted considering the improvements that Concurrent mode will provide.
dvdcxn
·9 yıl önce·discuss
What's dramatic about copy and pasting a clone uri into a command?