-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@request/promise-core npm install error #141
Comments
Do you happen to use an NPM proxy? We discussed in #137 how to fix that. Other than that I have not enough info about your environment to guess the cause. However, it is most likely about the support of scoped packages. Maybe that helps you with further googling... Let me know if you have more to tell! |
Hi, In my Dockerfile I tried to call like this :
And in my package.json I have these dependencies :
But I always have the 404 error. |
I just published The number of bug reports in this issue and elsewhere piled up way too high so I renamed |
No problem, thanks a lot! ;) |
@analog-nico |
@xinsamwan Just upgrade to |
I can't install request-promise
npm install --save request-promise
produces:
Invalid name: "@request/promise-core"
npm ERR! node v6.2.0
npm ERR! npm v3.8.9
The text was updated successfully, but these errors were encountered: