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

cb() never called! #451

Closed
kafriyiegyamfi opened this issue Nov 8, 2019 · 7 comments
Closed

cb() never called! #451

kafriyiegyamfi opened this issue Nov 8, 2019 · 7 comments

Comments

@kafriyiegyamfi
Copy link

i tried installing the react expo cli using "npm install -g expo-cli"
and i recieved this error in my log file
21640 error cb() never called!
21641 error This is an error with npm itself. Please report this error at:
21642 error https://npm.community

@JacopoBonta
Copy link

I have got the same error using npx create-react-app my-app

@JacopoBonta
Copy link

I have got the same error using npx create-react-app my-app

I'm not aware of what was causing the problem but I found this and solved. Hope it can help.
In short:

sudo npm cache clean -f
npm install -g n
sudo n stable
npx create-react-app my-app

@prahaladbelavadi
Copy link

Node helper n doesn't work on windows.
Force clearing the cache helped solve my problem.
Thanks @JacopoBonta

@kafriyiegyamfi
Copy link
Author

trying it out

@kafriyiegyamfi
Copy link
Author

thanks but it still didnt work for me

@kafriyiegyamfi
Copy link
Author

@mikemimik
Copy link
Contributor

Duplicate issue; aggregating into #417.

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

4 participants