This repository was archived by the owner on Jan 26, 2019. It is now read-only.
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
The batch file cannot be found error when we run npm run eject #67
Closed
Description
Actual behavior
When ejecting the project, I got an error like:
The batch file cannot be found error
Environment
Run these commands in the project folder and fill in their results:
node -v
: 7.9.0
npm -v
: 4.5.0
Operating system: Windows 8
Reproducible Demo
npm install -g create-react-app
create-react-app my-app --scripts-version=react-scripts-ts
cd my-app/
npm run eject