You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/set-up-your-development-environment.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Set up your SharePoint Framework development environment
3
3
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
5
5
ms.prod: sharepoint
6
6
localization_priority: Priority
7
7
ms.custom: scenarios:getting-started
@@ -24,7 +24,7 @@ Install the latest version of [Node.js](https://www.nodejs.org) LTS **10.x**.
24
24
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.
25
25
26
26
> [!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.
28
28
>
29
29
> For more information about Node.js's Long Term Support (LTS) schedule, see: [Node.js > Releases](https://nodejs.org/en/about/releases/).
30
30
>
@@ -34,7 +34,7 @@ This version is the currently recommended and supported version of Node.js to us
34
34
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.
35
35
36
36
> [!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.
38
38
39
39
> [!NOTE]
40
40
> 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