Don't recommend installing typescript package globally in README (#53209)

This commit is contained in:
Jake Bailey
2023-03-13 13:07:58 -07:00
committed by GitHub
parent ac60ca7f78
commit e1488fe915

View File

@@ -17,13 +17,13 @@ Find others who are using TypeScript at [our community page](https://www.typescr
For the latest stable version:
```bash
npm install -g typescript
npm install -D typescript
```
For our nightly builds:
```bash
npm install -g typescript@next
npm install -D typescript@next
```
## Contribute