Remix.run Logo
elbrian 5 days ago

You mean like this?

nvm use && npm i && npm run dev

Aeolun 5 days ago | parent | next [-]

Does NPM work for you in the first place? Much less after 5 years? They’ll have gone through 2 major revisions on their lock file format, and it’ll complain you don’t have the exact version of node specified in your package.json

parasti 5 days ago | parent | prev | next [-]

Oops, one of the dependencies is a C++ library that doesn't compile on your less-than-five-years old arch.

vrighter 5 days ago | parent | prev | next [-]

That only works if the project is constantly maintained. Otherwise it can and will break in time.

chipsrafferty 5 days ago | parent | prev [-]

Ok, 50 packages have critical vulnerabilities now

techpression 4 days ago | parent [-]

And another 30 didn't use versioning correctly so they installed new dependencies of their own that broke things three levels deep. Yes, based on a true story.