Skip to content

Commit b2d13af

Browse files
authored
Update set-up-your-development-environment.md
Updating support for the node v10 in environment setup
1 parent 6e0e905 commit b2d13af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ You can also follow these steps by watching this video on the SharePoint PnP You
2626

2727
### Install NodeJS
2828

29-
Install [NodeJS LTS version 8](https://nodejs.org/dist/latest-v8.x/).
29+
Install [NodeJS LTS version 10](https://nodejs.org).
3030

3131
- If you are in Windows, you can use the msi installers in this link for the easiest way to set up NodeJS.
32-
- 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-v8.x/).
32+
- 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).
3333
- If you are using a Mac, we recommend that you use [homebrew](http://brew.sh/) to install and manage NodeJS.
3434

3535
> [!NOTE]
36-
> NodeJS has two LTS versions - 8 and 10. The current supported LTS version of NodeJS for the SharePoint Framework is 8.x and can be downloaded from https://nodejs.org/en/download/releases/. Notice that 9.x or 10.x versions are currently not supported with SharePoint Framework development.
36+
> NodeJS has two LTS versions - 8 and 10. The current supported LTS version of NodeJS for the SharePoint Framework is both 8.x and 10.x. Notice that 9.x or 11.x versions are currently not supported with SharePoint Framework development.
3737
3838
### Install a code editor
3939

0 commit comments

Comments
 (0)