Skip to content

Commit

Permalink
Update README note about relative installations
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Mar 7, 2019
1 parent 655c43b commit d065dd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d065dd2

Please sign in to comment.