Skip to content
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

Closed
SuryaSachan opened this issue Jan 27, 2021 · 4 comments
Closed

cb() never called! #2555

SuryaSachan opened this issue Jan 27, 2021 · 4 comments

Comments

@SuryaSachan
Copy link

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

  • n/a

How

Current Behavior

  • n/a

Steps to Reproduce

  • n/a

Expected Behavior

  • n/a

Who

  • n/a

References

  • n/a
@JoePotentier
Copy link

We are seeing this same error in our pipelines.

@JoePotentier
Copy link

We are seeing this same error in our pipelines.

Seems it was a version mismatch with Node/npm. Investigating further.

@SuryaSachan
Copy link
Author

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?

@SuryaSachan
Copy link
Author

It worked for me by updating npm.
npm install -g npm@latest

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants