-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[ERR] npm ERR! cb() never called! #1505
[ERR] npm ERR! cb() never called! #1505
Comments
➜ npm install npm ERR! This is an error with npm itself. Please report this error at: npm ERR! A complete log of this run can be found in: |
==> npm install 17551 timing npm Completed in 228122ms environment: 2 machines, one run without error, one reported this error. |
Similar to above: Here is the contents of the log: 0 info it worked if it ends with ok Update1: Tried updating to npm 14.50 as Sourjyo0 suggested. Was not able to install due to still being on Windows 7. Updated to 13.14 instead. This did NOT fix the issue. Update2: Found that it is not an issue with npm itself, despite the message saying so. It was a network issue caused by our proxy. Run "npm config list" to see what your proxy settings are. They may need to be set to something else or nothing. |
|
I've been trying to update lodash dependencies in order to address https://npmjs.com/advisories/1523; however whenever I do so, I run into this error. Attached is the log. I tried increasing the ulimit (ulimit -s 20000), however got the same result. Environment:
The package lodash is primarily included as a dependency of react-scripts of which I am using v3.3.0. MacintoMacBook2:xxxxx$ npm update lodash --depth 20 npm ERR! This is an error with npm itself. Please report this error at: npm ERR! A complete log of this run can be found in: |
I have a similar issue when trying to execute My env:
|
had similar issue when i ran npm ERR! cb() never called! npm ERR! This is an error with npm itself. Please report this error at: npm ERR! A complete log of this run can be found in: complete log of the error: windows 10 |
I tried to recreate this in a sample project. I did manage to get an error but not quite the same thing: Probably way more complicated that necessary. Ran:
C:\Users\arran_w\AppData\Roaming\npm-cache_logs\2020-12-04T03_10_11_289Z-debug.log
|
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. |
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! https://npm.community
npm ERR! A complete log of this run can be found in:
npm ERR! /home/mhady/.npm/_logs/2020-07-09T01_24_15_710Z-debug.log
Environements:
Ubuntu 20.04
Node 13.14.0
npm 6.4.14
The text was updated successfully, but these errors were encountered: