arei / npmbox

Utility for creating (boxing) and using (unboxing) an archive of a complete (including all dependencies) npm install.
MIT License
245 stars 34 forks source link

Problem installing the npmbox #90

Open barrych opened 7 years ago

barrych commented 7 years ago

When trying to install - get the following error:

npm ERR! code E401 npm ERR! 401 Unauthorized: asap@https://unpm.uberinternal.com/asap/-/asap-2.0.4.tgz

Seems it is trying to access UBER's internal npm repository ... (unpm.uberinternal) when going into the site- indeed I need username and password .

Is there a way to avoid it?

arei commented 7 years ago

What did you box up that had that as a dependency?

barrych commented 7 years ago

Tried to do npm install npmbox. Anyway, I understood that it does not support npm v 5 yet, so I would wait for the next version or so.

Thanks

--Barry

On 22 Jun 2017, 18:36 +0300, Glen R. Goodwin notifications@github.com, wrote:

What did you box up that had that as a dependency? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

djcaesar9114 commented 7 years ago

Same problem here! +1

patchie commented 7 years ago

same problem here. +1

rickywu commented 7 years ago

same problem after upgrade to nodejs 8.7.0

mgolshan-talentnet commented 6 years ago

try npm -v to see what your npm version is. As @barrych mentioned, it has to be lower than 5

rglster commented 6 years ago

Same problem after upgrading npm. (to ver. 5.6.0).