Closed
Description
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
Yes
Which terms did you search for in User Guide?
token, eject, start, server, webpack, <
Environment
node -v
: 8.9.1npm -v
: 5.5.1
Then, specify:
- Operating system: macOS 10.12.6
- Browser and version (if relevant): Firefox Quantum Developer Edition 58
Steps to Reproduce
- Eject your create-react-app
- Stop any currently running
npm start
s. - Run
npm start.
- Cry.
Expected Behavior
I expected the development server to run like normal and serve up my application with no errors, since I hadn't changed my project at all since eject
ion.
Actual Behavior
Instead, the development server spat out this error:
Reproducible Demo
I was able to reproduce this behaviour by deleting everything from my project except the basic files, index.js
and App.js
(which I made as basic as possible). You can get it here:
https://bitbucket.org/christopherdumas/kairos/branch/eject.