I\'m trying to install some node packages through npm, but it won\'t go. I\'ve already tried to install/unistall/update node, but nothing seems to work.
I\'m using u
The problem is with ssl
you should use sudo. Follow below method to resolve the issue.
if you are getting this issue enter sudo npm config set strict-ssl false password: Enter current username password
then now run all ur command wit sudo sudo npm npm install -g underscore password: Enter current username password
Even after if your getting error. Your proxy will be problem. few corporate proxy will be blocked, so you should use wifi or open network to fix this issue.