-
Notifications
You must be signed in to change notification settings - Fork 492
npx failing when running create-react-app-ts #426
Comments
This is likely due to the path |
Suppose that the majority of developers don't use Windows as their primary development platform. Regarding the issue: |
Thanks Dorian, this is helpful. Is there another way to run |
ok so the workaround recommended in one of those links is to globally install |
The current version 2 of CRA uses Babel 7 and thus a more recent version of |
Great, thank you for your patience and support. I am closing this if you do not have any objections. |
I applied the following workaround. |
This works for me on Windows 10 for first time use of create-react-app: |
Is this a bug report?
(write your answer here)
no
Environment
npm ls react-scripts-ts
(if you haven’t ejected):-- (empty)
node -v
:v8.2.0
npm -v
:v5.3.0
yarn --version
(if you use Yarn):npm ls react-scripts-ts
(if you haven’t ejected):Then, specify:
Steps to Reproduce
(Write your steps here:)
Expected Behavior
(Write what you thought would happen.)
well, an app should be created
Actual Behavior
(Write what happened. Please add screenshots!)
The text was updated successfully, but these errors were encountered: