docs: update node and typescript versions mentioned in docs (#30601)

PR Close #30601
This commit is contained in:
jenniferfell 2019-05-21 15:58:06 -06:00 committed by Jason Aden
parent ae91f45b27
commit 3c548189b1
2 changed files with 6 additions and 7 deletions

View File

@ -23,7 +23,7 @@ Before you begin, make sure your development environment includes `Node.js®` an
{@a nodejs} {@a nodejs}
### Node.js ### Node.js
Angular requires `Node.js` version 8.x or 10.x. Angular requires `Node.js` version 10.9.0 or later.
* To check your version, run `node -v` in a terminal/console window. * To check your version, run `node -v` in a terminal/console window.

View File

@ -96,16 +96,15 @@ find them in either location, it will use its own versions of the tools.
While Visual Studio Update 3 ships with TypeScript support out of the box, it currently doesnt ship with TypeScript 3.1, While Visual Studio Update 3 ships with TypeScript support out of the box, it currently doesnt ship with more recent versions of TypeScript, which you need to develop Angular applications.
which you need to develop Angular applications.
To install TypeScript 3.1: To install the latest version of TypeScript:
* Download and install [TypeScript 3.1 for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48593), * Download and install the latest [TypeScript for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48593),
* OR install it with npm: `npm install -g typescript@3.1`. * OR install it with npm: `npm install -g typescript@latest`.
You can find out more about TypeScript 3.1 support in Visual Studio **[here](https://blogs.msdn.microsoft.com/typescript/announcing-typescript-3-1/)**. You can find out more about TypeScript support in Visual Studio **[here](https://blogs.msdn.microsoft.com/typescript/announcing-typescript-3-1/)**.
At this point, Visual Studio is ready. Its a good idea to close Visual Studio and At this point, Visual Studio is ready. Its a good idea to close Visual Studio and
restart it to make sure everything is clean. restart it to make sure everything is clean.