Skip to content

Commit a859184

Browse files
fix typos, grammar, and remove unnecessary version reference
1 parent cdd6347 commit a859184

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

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

Lines changed: 5 additions & 10 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 any text editor to build SharePoint Framework solutions. You can use macOS, Windows, or Linux.
4-
ms.date: 09/27/2024
4+
ms.date: 10/01/2024
55
ms.localizationpriority: high
66
ms.custom: scenarios:getting-started
77
---
@@ -33,7 +33,7 @@ This version is the currently recommended version of Node.js to use with the Sha
3333
> [!TIP]
3434
> 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.
3535
>
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**.
3737
> - macOS users can use the **\*.pkg** installer that's usually is named **node-v{version-number}.pkg**.
3838
3939
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
4242
node --version
4343
```
4444

45-
SharePoint Framework v1.20.* 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*).
5146

5247
> [!CAUTION]
5348
> 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:
9287
npm install yo --global
9388
```
9489
> [!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:
9691
>
9792
> ```console
9893
> npm install [email protected] --global
@@ -169,7 +164,7 @@ You're now ready to [build your first client-side web part](web-parts/get-starte
169164

170165
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.
171166

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.
173168

174169
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.
175170

0 commit comments

Comments
 (0)