Skip to content

Commit 6aada33

Browse files
committed
GA updates for 1.21 version
1 parent 1cb43b8 commit 6aada33

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 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 any text editor to build SharePoint Framework solutions. You can use macOS, Windows, or Linux.
4-
ms.date: 10/01/2024
4+
ms.date: 04/23/2025
55
ms.localizationpriority: high
66
ms.custom: scenarios:getting-started
77
---
@@ -21,7 +21,7 @@ You can also follow these steps by watching this video on the Microsoft 365 Plat
2121
2222
## Install Node.js
2323

24-
Install the most recent LTS version of **[Node.js](https://www.nodejs.org) v18**.
24+
Install the most recent LTS version of **[Node.js](https://www.nodejs.org) v22**.
2525

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

@@ -42,7 +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*).
45+
SharePoint Framework v1.21.* is supported on Node.js v22 LTS (*aka Jod*).
4646

4747
> [!CAUTION]
4848
> 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.
@@ -86,8 +86,10 @@ Enter the following command to install Yeoman:
8686
```console
8787
npm install yo --global
8888
```
89+
8990
> [!IMPORTANT]
9091
> 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:
92+
9193
>
9294
> ```console
9395
> npm install [email protected] --global

0 commit comments

Comments
 (0)