-
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! #451
Comments
I have got the same error using |
I'm not aware of what was causing the problem but I found this and solved. Hope it can help. sudo npm cache clean -f
npm install -g n
sudo n stable
npx create-react-app my-app |
Node helper n doesn't work on windows. |
trying it out |
thanks but it still didnt work for me |
Duplicate issue; aggregating into #417. |
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
The text was updated successfully, but these errors were encountered: