-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
missing dependencies in package.json when using "create-react-app my-app"command #5918
Comments
@wangdongna Even I was also facing the same issue until the 3rd step npm was running fine but during the 3rd step it just pauses for a while and prompts the message 'Missing dependencies in package.json' I didn't get it because create-react-app is generating the folder and package file so how can it miss dependencies which means it is a bug over win32 system
|
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
I just experienced the same issue. (to make sure this doesn't get closed automatically) create-react-app: 2.1.2 |
Experienced issue here: create-react-app: 2.1.2 |
This seems to be a Yarn issue. Temporary workaround :
|
Experienced the issue with --use-npm. Got this error: npm ERR! This is an error with npm itself. Please report this error at: npm ERR! A complete log of this run can be found in: |
Issue also reported here : https://npm.community/t/cb-never-called/417. No answers on the threqad tho. |
To fix the terminal error “cb() never called!” Increase the ulimit in your .bashrc, .bash_profile, and/or .profile by updating (or removing) the below command: Current: ulimit -n 2000 |
As @corentindesfarges said it's something related with yarn. My create-react-app didn't work again after I installed yarn, using |
Experienced issue here: create-react-app: 2.1.5 $ create-react-app my-app |
Win10 |
same here |
I'm currently experiencing the same issue, even when using the Edit: Upgrading npm/npx to latest |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. |
Is this a bug report?
Yes
Did you try recovering your dependencies?
(Write your answer here.)
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
(paste the output of the command here)
Steps to Reproduce
(Write your steps here:)
Expected Behavior
(Write what you thought would happen.)
Actual Behavior
(Write what happened. Please add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: