I'm using ubuntu on Windows 10 to install and run npm. I downloaded nodejs using:
curl -sL https://deb.nodesource.com/setup_10.x | bash
apt-get install -yq nodejs
I set my proxy parameters using:
npm config set proxy http://my.domain.name:port
npm config set https-proxy http://my.domain.name:port
When doing npm install
I get the following error:
...
npm ERR! code E403
npm ERR! 403 Forbidden - GET https://registry.npmjs.org/acorn/-/acorn-5.7.1.tgz
npm ERR! A complete log of this run can be found in:
...
I've checked similar posts but without any success: Using npm behind corporate proxy .pac npm behind a proxy fails with status 403
Please let me know if you have any idea on this one, best