Skip to content

Commit 117e2d3

Browse files
authored
Updating node version links to v10.20.1
1 parent ab2fef0 commit 117e2d3

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
@@ -25,13 +25,13 @@ 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 10](https://nodejs.org/dist/latest-v10.x/).
28+
Install [NodeJS LTS version 10](https://nodejs.org/download/release/v10.20.1/).
2929

30-
- If you are in Windows, you can use the msi installers ([x86](https://nodejs.org/dist/latest-v10.x/node-v10.20.1-x86.msi) or [x64](https://nodejs.org/dist/latest-v10.x/node-v10.20.1-x64.msi)) in this link for the easiest way to set up NodeJS (notice that these direct links evolve over time, so check the latest v10 from the above directory).
30+
- If you are in Windows, you can use the msi installers ([x86](https://nodejs.org/download/release/v10.20.1/node-v10.20.1-x86.msi) or [x64](https://nodejs.org/download/release/v10.20.1/node-v10.20.1-x64.msi)) in this link for the easiest way to set up NodeJS (notice that these direct links evolve over time, so check the latest v10 from the above directory).
3131
- If you have NodeJS already installed, check that you have the correct version by using `node -v`. It should return version 10.19.0.
3232

3333
> [!IMPORTANT]
34-
> The current supported LTS version of NodeJS for the SharePoint Framework is **Node.js v8.x** and **Node.js v10.x**. Notice that 9.x, 11.x or 12.x versions are currently not supported with SharePoint Framework development.
34+
> The current supported LTS version of NodeJS for the SharePoint Framework is **Node.js v8.x** and **Node.js v10.x**. Notice that 9.x, 11.x or 12.x versions are currently not supported with SharePoint Framework development. Above links are pointing to 10.20.1 version.
3535
3636
> [!NOTE]
3737
> If you are building SharePoint Framework components for SharePoint Server 2016, refer to additional details in the **SPFx & SharePoint Server 2016** section for additional details on which version of NodeJS you should install.

0 commit comments

Comments
 (0)