You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
Describe the bug
When ejecting a create-react-app project, running the dev server produces this error:
To Reproduce
Create a new "Vanilla React" project
Eject
Start development server
Expected behavior
It should run the server without falling over!
Environment (please complete the following information):
OS: MacOS
Version: 0.2.0
Node version: 8.11.1 (NPM v. 6.1.0), as well as Node 10.8.0 / NPM 6.4.0
Additional context
I originally thought this was an NPM bug, but we switched to Yarn, so I'm guessing it's that eject doesn't automatically reinstall dependencies... and it should, so I'm not sure what's up with that.
The text was updated successfully, but these errors were encountered:
Describe the bug
When ejecting a create-react-app project, running the dev server produces this error:
To Reproduce
Expected behavior
Environment (please complete the following information):
Additional context
I originally thought this was an NPM bug, but we switched to Yarn, so I'm guessing it's that
eject
doesn't automatically reinstall dependencies... and it should, so I'm not sure what's up with that.The text was updated successfully, but these errors were encountered: