Skip to content

Commit 6fda16c

Browse files
authored
Update sharepoint-2019-support.md
Reverting recent change.
1 parent 4a321c8 commit 6fda16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/sharepoint-2019-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ For example, Gulp v3.* is only supported up to Node.js v10, while Gulp v4.* is s
4141
Microsoft recommends using the most recent version of the Yeoman generator for the SharePoint Framework ([@microsoft/generator-sharepoint](https://www.npmjs.com/package/@microsoft/generator-sharepoint)) that supports creating on-premises projects: SPFx v1.10.1.
4242

4343
> [!IMPORTANT]
44-
> The Yeoman generator for the SharePoint Framework, starting with v1.13.0, only supports projects for SharePoint Online. Learn more about this change in the [SharePoint Framework v1.13 release notes](release-1.13.md). However, SPFx 1.4.1 only supports up to Node.js v10. Therefore, you need to get the latest version of the Yeoman generator for the SharePoint Framework (v1.10.0) that works on the same version of Node.js (v10) that SPFx v1.4.1 is supported on.
44+
> The Yeoman generator for the SharePoint Framework, starting with v1.13.0, only supports projects for SharePoint Online. Learn more about this change in the [SharePoint Framework v1.13 release notes](release-1.13.md). However, SPFx 1.4.1 only supports up to Node.js v10. Therefore, you need to get the latest version of the Yeoman generator for the SharePoint Framework (v1.10.0) that works on the same version of Node.js (v10) that SPFx v1.4.1 is supported on. Solution structure is created then with the v1.4.1 version packages as long as you select the environmen target properly in the Yeoman generator flow.
4545
4646
1. Install [Node.js v10.24.1](https://nodejs.org/download/release/v10.24.1/)
4747
1. Install global dependencies
4848

4949
```console
5050
npm install [email protected] --global
5151
npm install [email protected] --global
52-
npm install @microsoft/generator-sharepoint@1.4.1 --global
52+
npm install @microsoft/generator-sharepoint@1.10.0 --global
5353
```
5454

5555
For more information, see [SharePoint Framework development tools and libraries compatibility](compatibility.md).

0 commit comments

Comments
 (0)