Skip to content

Commit 10363e3

Browse files
authored
Update set-up-your-development-environment.md
1 parent d735f16 commit 10363e3

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
@@ -25,14 +25,14 @@ You can also follow these steps by watching this video on the SharePoint PnP You
2525

2626
### Install NodeJS
2727

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

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

3434
> [!NOTE]
35-
> Current LTS version of NodeJS is 10.13.0. Current supported LTS version of NodeJS 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.
35+
> 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.
3636
3737
### Install a code editor
3838

0 commit comments

Comments
 (0)