Skip to content

Commit f6a43f7

Browse files
authored
Merge pull request #65 from mrbrentkelly/master
README - Adding note on uninstalling react-native-cli
2 parents 7a67df3 + 61320b5 commit f6a43f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
npx react-native init MyApp --template react-native-template-typescript
3232
```
3333

34+
> You may need to remove the globally installed **react-native-cli** (`npm uninstall -g react-native-cli`), for the above command to work. The global **react-native-cli** is deprecated, and no longer supported.
35+
3436
## :computer: Contributing
3537

3638
Contributions are very welcome. Please check out the [contributing document](CONTRIBUTING.md).

0 commit comments

Comments
 (0)