Skip to content

Commit 0836a3d

Browse files
Merge pull request SharePoint#6492 from KoenZomers/patch-33
Update set-up-your-development-environment.md
2 parents 6003c8f + a7be371 commit 0836a3d

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
@@ -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: 07/31/2020
4+
ms.date: 11/23/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
ms.custom: scenarios:getting-started
@@ -24,7 +24,7 @@ Install the latest version of [Node.js](https://www.nodejs.org) LTS **10.x**.
2424
This version is the currently recommended and supported version of Node.js to use with the SharePoint Framework (*unless otherwise specified below*). Node.js is frequently updated and available on multiple platforms including Windows, macOS, and Linux. That's why we are not listing all versions or direct downloads on this page.
2525

2626
> [!IMPORTANT]
27-
> At this time, Node.js v12.x is the Active LTS version listed on the Node.js homepage as the default download. To download Node.js v10.x, use the [Node.js > Downloads > Previous Releases](https://nodejs.org/en/download/releases/) page.
27+
> At this time, Node.js v14.x is the Active LTS version listed on the Node.js homepage as the default download. To download Node.js v10.x, use the [Node.js > Downloads > Previous Releases](https://nodejs.org/en/download/releases/) page.
2828
>
2929
> For more information about Node.js's Long Term Support (LTS) schedule, see: [Node.js > Releases](https://nodejs.org/en/about/releases/).
3030
>
@@ -34,7 +34,7 @@ This version is the currently recommended and supported version of Node.js to us
3434
You can check if you already have Node.js already installed and the installed version by running **node -v** from the command line. You'll need this to return version **v8.x.x** (*if you're developing solutions for SharePoint Server 2016*) or **v10.x.x** (*if you're developing solutions for SharePoint Server 2019 or SharePoint Online*). If it returns a different major version, refer to the instructions above to obtain a supported version.
3535

3636
> [!IMPORTANT]
37-
> Node.js v9.x, v11.x, and v12.x are **not** currently supported with SharePoint Framework development.
37+
> All other versions of Node.js not mentioned above are **not** supported with SharePoint Framework development.
3838
3939
> [!NOTE]
4040
> If you're building SharePoint Framework components for SharePoint Server 2016, see **[SPFx & SharePoint Server 2016](#spfx--sharepoint-server-2016)** section for additional details on which version of Node.js you should install.

0 commit comments

Comments
 (0)