I\'m trying to run npm behind a proxy. I\'ve tried both entering the proxy directly or through Authoxy:
npm config set proxy http://localho
Due to security violations, organizations may have their own repositories.
set your local repo as below.
npm config set registry https://yourorg-artifactory.com/
I hope this will solve the issue.