When you use this plugin you must install typescript
.
#11704
Unanswered
darewreck54
asked this question in
Q&A
Replies: 1 comment
-
I'm having this issue too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I clone the create-react-app repo and ran the following commends:
I would expect it to work similar to when you just call
npx create-react-app tester4 --typescript
, but it's not.Questions
npx create-react-app tester4 --typescript
the same asnpx create-react-app tester4 --scripts-version file:./create-react-app/packages/react-scripts --template file:./create-react-app/packages/cra-template-typescript
When you use this plugin you must install
typescript`` what are you suppose to do. Do you just install typescript in the custom --script-version. Like in this case, isn't-scripts-version file:./create-react-app/packages/react-scripts
the default anyways?Thanks,
Derek
Beta Was this translation helpful? Give feedback.
All reactions