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.