From e1488fe9154fab29a9f00736fba5e0929c171a5a Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:07:58 -0700 Subject: [PATCH] Don't recommend installing typescript package globally in README (#53209) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32e6a1095e1..9bcef687476 100644 --- a/README.md +++ b/README.md @@ -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