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

[BUG] <title>npm ERR! cb() never called! #2533

Closed
AsherZEngel opened this issue Jan 24, 2021 · 1 comment
Closed

[BUG] <title>npm ERR! cb() never called! #2533

AsherZEngel opened this issue Jan 24, 2021 · 1 comment

Comments

@AsherZEngel
Copy link

What / Why

npm ERR! cb() never called!

When

  • whenever I do npx create-react-app my-app

Where

  • git/bash & Windows Command Prompt
  • I'm using node -v14.15.4
  • npm -v6.14.10, -v6.14.11

How

Current Behavior

  • the terminal says it's installing the app, it creates the files, then it gives me the npm ERR message, then it deletes all the files it created.

Steps to Reproduce

  • when I type npx create-react-app my-app

Expected Behavior

  • it should create a new app

Who

References

  • n/a

*I am new to the terminal, reporting bugs, and web dev in general. is it helpful to submit the debug log? if so how do I do that?
Any guidance in this area would be really helpful. Thanks! @ asherzelig501@gmail.com

@SuryaSachan
Copy link

#2555
I faced the same issue, It worked for me by updating npm.
try the following command
npm install -g npm@latest

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

No branches or pull requests

3 participants