Merged
requested to merge github/fork/nickmccurdy/explain-how-to-uninstall-create-react-app-globally into master
docusaurus/docs
adding-typescript.md +2 -2
getting-started.md +1 -1
packages/react-scripts/scripts
init.js +7 -0
README.md +1 -1
@@ -19,7 +19,7 @@ npx create-react-app my-app --template typescript
@@ -47,7 +47,7 @@ You are not required to make a [`tsconfig.json` file](https://www.typescriptlang
If your project is not created with TypeScript enabled, npx may be using a cached version of `create-react-app`. Remove previously installed versions with `npm uninstall -g create-react-app` or `yarn global remove create-react-app` (see [#6119](https://github.com/facebook/create-react-app/issues/6119#issuecomment-451614035)).
@@ -14,7 +14,7 @@ cd my-app
@@ -103,6 +103,13 @@ module.exports = function (
+ 1
- 1
@@ -17,7 +17,7 @@ cd my-app