-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cb() never called! #2555
Comments
We are seeing this same error in our pipelines. |
Seems it was a version mismatch with Node/npm. Investigating further. |
Thank you for your response. It would be great if the issue is resolved. In the meantime, which version would you suggest me to go ahead with? |
It worked for me by updating npm. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
What / Why
I was creating a new react app in my windows 10
using cmd
C:\Users\Username\Desktop>npx create-react-app nobita
Creating a new React app in C:\Users\Username\Desktop\nobita.
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
Aborting installation.
npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.
Deleting generated file... package.json
Deleting nobita/ from C:\Users\Username\Desktop
Done.
npm -v
6.14.11
node -v
v15.6.0
When
Where
How
Current Behavior
Steps to Reproduce
Expected Behavior
Who
References
The text was updated successfully, but these errors were encountered: