Skip to content

Commit af9ab72

Browse files
Merge pull request SharePoint#6961 from andrewconnell/spfx-v1.12.1-release
Update SPFx setup doc
2 parents f0b9bea + 3003e47 commit af9ab72

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/spfx/set-up-your-development-environment.md

Lines changed: 9 additions & 5 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 macOS, Windows, or Linux.
4-
ms.date: 03/30/2021
4+
ms.date: 04/28/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
ms.custom: scenarios:getting-started
@@ -19,15 +19,14 @@ You can also follow these steps by watching this video on the SharePoint PnP You
1919
2020
## Install Node.js
2121

22-
Install the latest version of **[Node.js](https://www.nodejs.org) LTS v10.x**.
22+
Install the latest version of **[Node.js](https://www.nodejs.org) LTS v14**.
2323

2424
This version is the currently recommended version of Node.js to use with the SharePoint Framework (*unless otherwise specified below*).
2525

2626
> [!IMPORTANT]
2727
> Node.js is frequently updated and available on multiple platforms including macOS, Windows, and Linux. Because the exact download links change frequently, they aren't linked to from this page. Instead, use the details below to determine which installer to download for your platform.
2828
>
2929
> Be aware that Node.js maintains two different releases at all times: LTS & Current version. The SharePoint Framework is only supported on LTS versions. For more information about Node.js's Long Term Support (LTS) releases, see: [Node.js > Releases](https://nodejs.org/en/about/releases/).
30-
>
3130
3231
> [!TIP]
3332
> The Node.js website always recommends the latest installer for both the LTS & Current releases. To download specific versions of Node.js versions, use the [Node.js > Downloads > Previous Releases](https://nodejs.org/en/download/releases/) page.
@@ -41,9 +40,11 @@ You can check if you already have Node.js already installed, including installed
4140
node -v
4241
```
4342

44-
The SharePoint Framework v1.11 is supported on the following Node.js versions:
43+
The SharePoint Framework v1.12.1 is supported on the following Node.js versions:
4544

46-
- Node.js v10 (*Dubnium*)
45+
- Node.js v10.13.0+ (*Dubnium*)
46+
- Node.js v12.13.0+ (*Erbium*)
47+
- Node.js v14.15.0+ (*Fermium*)
4748

4849
> [!CAUTION]
4950
> 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.
@@ -79,6 +80,9 @@ Enter the following command to install Gulp:
7980
npm install gulp --global
8081
```
8182
83+
> [!IMPORTANT]
84+
> If you're using Node.js v12+ or higher, you must use Gulp v4+. If you're using a version of Node.js lower than v12, you must use Gulp v3. For more information, see: [SharePoint Framework v1.12.1 release notes | Gulp versions & Node.js v12+](release-1.12.1.md#gulp-versions--nodejs-v12)
85+
8286
### Install Yeoman
8387

8488
[Yeoman](https://yeoman.io/) helps you kick-start new projects, and prescribes best practices and tools to help you stay productive. SharePoint client-side development tools include a Yeoman generator for creating new web parts. The generator provides common build tools, common boilerplate code, and a common playground website to host web parts for testing.

0 commit comments

Comments
 (0)