I\'ve been desperately trying to install modules using node.js but it always fails getting packages with npm.
I logged in as Administrator and used powershell/cmd wi
I solve it running as administrator cmd. Cleaning the cache npm cache clean -f And then try to install the package again
npm cache clean -f