-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
error cb() never called! #2352
Comments
+1, having the same issue myself when using npm login or npm install commands. |
I got this resolved on my end. |
Hi, I have the same problem and I wondering if you already had solve, I already tried to clean the cache but the problem continuous, eoinion could you please explain better how you solved the problen, where i can find the .npmrc fil, thanks |
Your .npmrc should be in your C://Users/{{account name}} Open the file with a text editor and remove proxy entries. Save file. |
what happen if in the .npmrc there is only one line and it's not proxy entries. |
First use this: Then it should work! |
I was facing issue on windows 10. Changing folder location from C:/folder1/react-practice/my-app to C://react-practice/my-app fixed it for me. |
This worked for me (nothing else did)! Thank you! |
npm If your bug is preproducible on If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo |
npm If your bug is preproducible on If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo Closing: This is an automated message. |
Current Behavior:
Unable to Complete Installation of node modules for Nest.js Project
Expected Behavior:
Installation should be handled by npm
Steps To Reproduce:
Environment:
The text was updated successfully, but these errors were encountered: