79170843

Date: 2024-11-08 16:30:33
Score: 1
Natty:
Report link

In my case, behind a proxy I had to provide a valid entry in the npm configuration file located at

%userprofile%\.npmrc

The line I had to include was

registry="http://specific.value.to.be.adapted/.../"

npm could then know where it's company specific repository was located and it started working as expected and downloaded the project dependency in a decent time.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: jhecn