Closed
Description
Is this a bug report?
Yes.
Did you try recovering your dependencies?
Yes.
It happens after create app.
Happens with both npm i
and yarn
(Removed node_modules before each attempt).
$ npm --version
6.4.1
$ yarn --version
1.9.4
Which terms did you search for in User Guide?
Searched for "nothing", "exit", "start", "build". Found nothing related.
Environment
$ npx create-react-app --info
Environment:
OS: Windows 10
Node: 8.12.0
Yarn: 1.9.4
npm: 6.4.1
Watchman: Not Found
Xcode: N/A
Android Studio: Not Found
Packages: (wanted => installed)
react: ^16.5.1 => 16.5.1
react-dom: ^16.5.1 => 16.5.1
react-scripts: 1.1.5 => 1.1.5
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