"No cookies, no javascript, no trace. We protect your privacy"

About 109 results found.


Programs are dead, and JavaScript has killed them<!-- --> - hckrnws
http://hn.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/stories/33965914

There is a solution though - use of nvm and .nvmrc (to control the version of node and npm that you use), and use of npm ci (which installs packages as they were at the time, rather than installing newer versions than specified in package-lock.json (because too many devs rarely ever pin versions) instead of npm install / npm i). nvm (Node Version manager): https://github.com/nvm-sh/nvm npm ci: https://docs.npmjs.com/cli/v6/commands/npm-ci 5Qn8mNbc2FNCiVV 3y I rarely if ever get version...

1 ...   9   10   11