-2

rollbackFailedOptional: verb npm-session 10867

1 Answers1

0
 # first this
> npm config rm proxy
> npm config rm https-proxy

# then this
> npm config set registry https://registry.npmjs.org/

Again: Be sure to check whether you have internet connected properly.

or:

In my case I had to edit the .npmrc directly and add the proxy settings manually.

proxy=http://yourorganizationproxy.com:8080 https-proxy=http://yourorganizationproxy.com:8080

Marco Bertelli
  • 343
  • 1
  • 9