-
-
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
React scripts start/build does nothing #5016
Comments
Hmm, this is exceptionally odd ... Are you able to run other Node scripts on your system? Did this problem persist after a reboot? |
Yes, all NPM scripts works fine. I was suspecting that the problem only occurred on my work computer, but the same thing happened on my home computer. An old project of mine created in July 2018 works fine. The dependencies of this project are:
|
It works with Docker, maybe something with OS? |
Hi, I'm having the same issue and I traced it to my antivirus program (TrendMicro Internet Security): if I disable it react-scripts start works fine. |
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?
Yes.
It happens after create app.
Happens with both
npm i
andyarn
(Removed node_modules before each attempt).Which terms did you search for in User Guide?
Searched for "nothing", "exit", "start", "build". Found nothing related.
Environment
Steps to Reproduce
npm i -g create-react-app
create-react-app <app_name>
npm start
oryarn start
Expected Behavior
Start development server.
Actual Behavior
$ yarn start
yarn run v1.9.4
$ react-scripts start
Done in 1.30s.
And nothing else.
Here is the output of my
create-react-app
command:https://gist.github.com/leandrohsilveira/af9a2ce04da5f8d4f3b42b5a263635d1
The text was updated successfully, but these errors were encountered: