I've been using npm for a while to do a project with angular, but 3 days ago my windows so updated and since then the npm it's not working at all. I try to run
npm install
The terminal shows this:
npm ERR cb() never called!
This is an error with npm itself
After this I tried to unistall and reinstall npm, to clean the cache,
npm cache clan --force
,but nothing seems to work at all.