This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Description
Is this a bug report?
maybe not. I must loss some important step.
Can you also reproduce the problem with npm 4.x?
(Write your answer here.)
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
npm ls react-scripts-ts
(if you haven’t ejected): It's empty.
node -v
: 6.11.2
npm -v
: 3.10.10
yarn --version
(if you use Yarn):
npm ls react-scripts-ts
(if you haven’t ejected):
Then, specify:
- Operating system: Windows 10
- Browser and version (if relevant): Chrome
Steps to Reproduce
(Write your steps here:)
- input shell command:
npm install -g create-react-app
create-react-app my-app --scripts-version=react-scripts-ts
cd my-app/
- look at the dir, not exist any ts config file. but why?

Expected Behavior
(Write what you thought would happen.)
Actual Behavior
(Write what happened. Please add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)