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
+5-10Lines changed: 5 additions & 10 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 any text editor to build SharePoint Framework solutions. You can use macOS, Windows, or Linux.
4
-
ms.date: 08/19/2024
4
+
ms.date: 10/01/2024
5
5
ms.localizationpriority: high
6
6
ms.custom: scenarios:getting-started
7
7
---
@@ -33,7 +33,7 @@ This version is the currently recommended version of Node.js to use with the Sha
33
33
> [!TIP]
34
34
> 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.
35
35
>
36
-
> - Windows users can use the **\*.msi** installers for x86 or x64 depending on your Windows installation. There are usually only two available **\*.msi** files with names similar to **node-v{version-number}-x[86|64].msi**.
36
+
> - Windows users can use the **\*.msi** installers for x86 or x64 depending on your Windows installation. There are usually only two **\*.msi** files with names similar to **node-v{version-number}-x[86|64].msi**.
37
37
> - macOS users can use the **\*.pkg** installer that's usually is named **node-v{version-number}.pkg**.
38
38
39
39
You can check if you already have Node.js installed, including the installed version, by running the following command:
@@ -42,12 +42,7 @@ You can check if you already have Node.js installed, including the installed ver
42
42
node --version
43
43
```
44
44
45
-
SharePoint Framework v1.19.* is supported on Node.js v18 LTS (*aka: Hydrogen*).
46
-
47
-
SharePoint Framework v1.18.* is supported on the following Node.js versions:
48
-
49
-
- Node.js v18 LTS (*aka: Hydrogen*)
50
-
- Node.js v16 LTS (*aka: Gallium*)
45
+
SharePoint Framework v1.20.* is supported on Node.js v18 LTS (*aka Hydrogen*).
51
46
52
47
> [!CAUTION]
53
48
> If you're building SharePoint Framework components for SharePoint on-prem deployments, refer to the additional pages listed in the [See also](#see-also) section for more information.
@@ -92,7 +87,7 @@ Enter the following command to install Yeoman:
92
87
npm install yo --global
93
88
```
94
89
> [!IMPORTANT]
95
-
> SharePoint Framework [v1.18.2 release](./release-1.18.2.md) included the support for Yeoman v5. If you are using previous SPFx version, you might need to install an older version. Yeoman v4.x is required by the SPFx version 1.13 until 1.18.1. You can install latest v4 version with the following command:
90
+
> SharePoint Framework [v1.18.2 release](./release-1.18.2.md) included the support for Yeoman v5. If you use a previous SPFx version, you might need to install an older version. Yeoman v4.x is required by the SPFx v1.13 until v1.18.1. You can install the latest Yeoman v4 version with the following command:
@@ -169,7 +164,7 @@ You're now ready to [build your first client-side web part](web-parts/get-starte
169
164
170
165
The SPFx is available on SharePoint Online (SPO), SharePoint Server Subscription Edition (SE), SharePoint Server 2019, & SharePoint Server 2016. The configuration instructions on this page assume you're creating solutions using the latest version of the SPFx for SharePoint Online.
171
166
172
-
SharePoint Online contains all versions of the SPFx, including all previous and the latest version. Each SPFx solution contains information to tell SPO which SPFx runtime it depends.
167
+
SharePoint Online contains all versions of the SPFx, including all previous and the latest version. Each SPFx solution contains information to tell SPO which SPFx runtime it depends on.
173
168
174
169
If you're building solutions for a SharePoint Server on-prem deployment, review to the [See also](#see-also) section for details on specific SharePoint versions. Each SharePoint on-prem only supports a specific version of SPFx. This can introduce complicated development environment configurations if you're creating different solutions for different SharePoint deployments.
0 commit comments