create-react-app-typescript
create-react-app-typescript copied to clipboard
Repository field points to wrong repo
Is this a bug report?
(write your answer here)
Yes
https://github.com/wmonk/create-react-app-typescript/blob/v2.16.0/packages/react-scripts/package.json#L5
Go to NPM's page for react-scripts-ts
, it's not linking to this repo.
Same issue for 2.17.0
:
https://github.com/wmonk/create-react-app-typescript/blob/v2.17.0/packages/react-scripts/package.json#L5
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): -
node -v
: -
npm -v
: -
yarn --version
(if you use Yarn): -
npm ls react-scripts-ts
(if you haven’t ejected):
Then, specify:
- Operating system:
- Browser and version (if relevant):
Steps to Reproduce
(Write your steps here:)
Expected Behavior
(Write what you thought would happen.)
Should be https://github.com/wmonk/create-react-app-typescript
Actual Behavior
(Write what happened. Please add screenshots!)
Is wmonk/create-react-app
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
Thanks, will update in #409