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
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ ms.date: 04/21/2023
5
5
ms.localizationpriority: high
6
6
ms.custom: scenarios:getting-started
7
7
---
8
-
9
8
# Set up your SharePoint Framework development environment
10
9
11
10
You can use any text editor to build SharePoint Framework (SPFx) solutions. You can use a macOS, Windows, or Linux environment as well.
@@ -24,7 +23,7 @@ You can also follow these steps by watching this video on the Microsoft 365 Plat
24
23
25
24
Install the most recent LTS version of **[Node.js](https://www.nodejs.org) v16**.
26
25
27
-
This version is the currently recommended version of Node.js to use with the SharePoint Framework (_unless otherwise specified below_).
26
+
This version is the currently recommended version of Node.js to use with the SharePoint Framework (*unless otherwise specified below*).
28
27
29
28
> [!IMPORTANT]
30
29
> 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.
@@ -45,7 +44,7 @@ node --version
45
44
46
45
The SharePoint Framework v1.17.1 is supported on the following Node.js versions:
> 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.
@@ -158,7 +157,6 @@ Depending on your scenario, you may need to maintain different development envir
158
157
159
158
> [!TIP]
160
159
> For more information on NVM, see [Better Node.js Install Management with Node Version Manager](https://www.voitanos.io/blog/better-node-js-install-management-with-node-version-manager/).
161
-
>
162
160
> -[NVM](https://github.com/creationix/nvm) for macOS
163
161
> -[nvm-windows](https://github.com/coreybutler/nvm-windows) for Windows
0 commit comments