til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Reinstall Broken npm

If npm is broken, it cannot be used to fix itself

npm i -g npm

From the npm README the following remedy is mentioned:

curl -qL https://www.npmjs.com/install.sh | sudo sh

[!WARNING] Remember to always review endpoints like this before executing

Resources and References