Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit e1488fe

Browse files
authored
Don't recommend installing typescript package globally in README (microsoft#53209)
1 parent ac60ca7 commit e1488fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Find others who are using TypeScript at [our community page](https://www.typescr
1717
For the latest stable version:
1818

1919
```bash
20-
npm install -g typescript
20+
npm install -D typescript
2121
```
2222

2323
For our nightly builds:
2424

2525
```bash
26-
npm install -g typescript@next
26+
npm install -D typescript@next
2727
```
2828

2929
## Contribute

0 commit comments

Comments
 (0)