Skip to content

Commit

Permalink
Update set-up-your-development-environment.md; Fixed nodejs link (#4955)
Browse files Browse the repository at this point in the history
* Updated URLs to point to the latest LTS 10.x version of NodeJS (previous link was to 12.x LTS version)
  • Loading branch information
JarbasHorst authored and VesaJuvonen committed Nov 28, 2019
1 parent dad6a77 commit 0871b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/spfx/set-up-your-development-environment.md
Expand Up @@ -21,10 +21,10 @@ You can also follow these steps by watching this video on the SharePoint PnP You

### Install NodeJS

Install [NodeJS LTS version 10](https://nodejs.org).
Install [NodeJS LTS version 10](https://nodejs.org/dist/latest-v10.x/).

- If you are in Windows, you can use the msi installers in this link for the easiest way to set up NodeJS.
- If you have NodeJS already installed, check that you have the latest version by using `node -v`. It should return the current [LTS version](https://nodejs.org).
- If you have NodeJS already installed, check that you have the latest version by using `node -v`. It should return the current [LTS version](https://nodejs.org/dist/latest-v10.x/).

> [!IMPORTANT]
> The current supported LTS version of NodeJS for the SharePoint Framework is both **Node.js v8.x** and **Node.js v10.x**. Notice that 9.x or 11.x versions are currently not supported with SharePoint Framework development.
Expand Down

0 comments on commit 0871b50

Please sign in to comment.