Skip to content

Commit 843313f

Browse files
Merge pull request SharePoint#5642 from PrasadKasireddy/PrasadKasireddy-patch-1
Update set-up-your-development-environment.md
2 parents 631d066 + b588a5b commit 843313f

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
@@ -1,7 +1,7 @@
11
---
22
title: Set up your SharePoint Framework development environment
33
description: Use Visual Studio or your own custom development environment to build SharePoint Framework solutions. You can use a Mac, PC, or Linux.
4-
ms.date: 02/08/2020
4+
ms.date: 04/30/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
ms.custom: scenarios:getting-started
@@ -28,7 +28,7 @@ You can also follow these steps by watching this video on the SharePoint PnP You
2828
Install [NodeJS LTS version 10](https://nodejs.org/download/release/v10.20.1/).
2929

3030
- 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).
31-
- If you have NodeJS already installed, check that you have the correct version by using `node -v`. It should return version 10.19.0.
31+
- If you have NodeJS already installed, check that you have the correct version by using `node -v`. It should return version 10.20.1.
3232

3333
> [!IMPORTANT]
3434
> 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.

0 commit comments

Comments
 (0)