Skip to content

Commit 0871b50

Browse files
JarbasHorstVesaJuvonen
authored andcommitted
Update set-up-your-development-environment.md; Fixed nodejs link (SharePoint#4955)
* Updated URLs to point to the latest LTS 10.x version of NodeJS (previous link was to 12.x LTS version)
1 parent dad6a77 commit 0871b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ You can also follow these steps by watching this video on the SharePoint PnP You
2121

2222
### Install NodeJS
2323

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

2626
- If you are in Windows, you can use the msi installers in this link for the easiest way to set up NodeJS.
27-
- 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).
27+
- 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/).
2828

2929
> [!IMPORTANT]
3030
> 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.

0 commit comments

Comments
 (0)