-
-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Description
Is this a bug report?
Yes
Did you try recovering your dependencies?
Yes
Which terms did you search for in User Guide?
create-react-app
create react-app
init react-app
Missing dependencies in package.json
Environment
Error: The system cannot find the path specified.
The project will not create when running the create-app so it cannot find the environment with this command.
Running git bash on windows 10.
Steps to Reproduce
npx create-react-app my-app
or
npm init react-app my-app
Expected Behavior
my-app would be created with all files needed
Actual Behavior
Errors out and only creates a few files (package.json and yarn.lock)
Reproducible Demo
Try making a new app with the create-app command.
npm --version
6.4.1
yarn --version
1.12.3
node --version
v10.13.0
all installed and when i install this cmd
npm install -g create-react-app yarn
Next
create-react-app reactpractice
I'll error out and recieve an error with spawn ENOENT
