Skip to content

Commit

Permalink
Update on LTS and added version information (#247)
Browse files Browse the repository at this point in the history
The problem is that we currently have two LTS versions of NodeJS
- v4.6.1 LTS
- v6.9.0 LTS

SPFx might fail with version 6.9.0 LTS but works for sure with v4.6.1 LTS. Using NodeJS Version reverences just by using LTS is not enough.
  • Loading branch information
StfBauer authored and VesaJuvonen committed Oct 20, 2016
1 parent 0532c09 commit b5ba757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spfx/set-up-your-development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can use Visual Studio, or your own custom development environment to build S
## Install developer tools

### NodeJS
Install [NodeJS](https://nodejs.org/en/) Long Term Support (LTS) version.
Install [NodeJS](https://nodejs.org/en/) Long Term Support (LTS) v4.x.x version.

* If you have NodeJS already installed please check you have the latest version using `node -v`. It should return the current [LTS version](https://nodejs.org/en/download/).
* If you are using a Mac, it is recommended you use [homebrew](http://brew.sh/) to install and manage NodeJS.
Expand Down

0 comments on commit b5ba757

Please sign in to comment.