Skip to content

Commit b5ba757

Browse files
StfBauerVesaJuvonen
authored andcommitted
Update on LTS and added version information (SharePoint#247)
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.
1 parent 0532c09 commit b5ba757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/set-up-your-development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can use Visual Studio, or your own custom development environment to build S
77
## Install developer tools
88

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

1212
* 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/).
1313
* If you are using a Mac, it is recommended you use [homebrew](http://brew.sh/) to install and manage NodeJS.

0 commit comments

Comments
 (0)