mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
Don't recommend installing typescript package globally in README (#53209)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user