From d065dd2b9f14a62d3752ce9d0dd04dbf2b6c0c99 Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Wed, 6 Mar 2019 20:46:06 -0800 Subject: [PATCH] Update README note about relative installations --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 512f8eba9..3fbf01030 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ npm install -D ts-node npm install -D typescript -# Or globally with a local version of TypeScript. +# Or globally with TypeScript. npm install -g ts-node -npm install -D typescript +npm install -g typescript ``` -**Tip:** Installing modules locally allows you to control and share the versions through `package.json`. +**Tip:** Installing modules locally allows you to control and share the versions through `package.json`. TS Node will always resolve the compiler from `cwd` before checking relative to its own installation. ## Usage