-
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
cb() never called! #1272
Comments
Yes I am getting the same error. Trying to run |
I got the same error..... |
1 similar comment
I got the same error..... |
$ npm install --global expo-cli npm ERR! A complete log of this run can be found in: |
Getting same error for ng new and npm install npm@latest -g |
Duplicate issues for this error it seems. Here's the log file I have for this issue (though it tells you effectively nothing)
|
Allegedly some people have seen the issue fixed running |
|
This fixed it for me: |
Creating a new React app in E:\myapp.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
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! C:\Users\HP\AppData\Roaming\npm-cache_logs\2020-05-10T11_24_52_824Z-debug.log
Aborting installation.
npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.
Deleting generated file... package.json
Deleting myapp/ from E:
Done.
The text was updated successfully, but these errors were encountered: