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/sharepoint-2019-support.md
+28-30Lines changed: 28 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -29,36 +29,39 @@ The [Team-based development on the SharePoint Framework](team-based-development-
29
29
30
30
The dependencies for SPFx v1.4.1 frameworks, tools, and the associated versions don't match the same dependency matrix for the latest versions of SharePoint Framework. In these cases, you may need to install specific versions of the tools. We recommend you install Node.js v8.9.4, gulp v3.9.1, and Yeoman v2.0.6.
31
31
32
-
## Manuals for web part development and deployment with SharePoint Framework
33
-
34
-
Follow these steps for web part development and deployment with SharePoint Framework:
32
+
> [!IMPORTANT]
33
+
> 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 is only supported on Node.js v6 and Node.js v8. 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 (v6 or v8) 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.
35
34
36
-
1. Prepare the environment for SharePoint Framework development
37
-
1. Develop SharePoint Framework web part
38
-
1. Verify SharePoint Framework web part on local SharePoint workbench
39
-
1. Deploy SharePoint Framework solution to the SharePoint Server
35
+
## Manuals for web part development and deployment with SharePoint Framework
40
36
41
37
### Prepare the environment for SharePoint Framework development
42
38
43
39
1. Install Node.js
44
40
45
-
Install **Node.js v8.9.4**; if you have **nvm** installed, use **nvm** to install **8.9.4**. Verify the version if you have **Node.js** installed.
41
+
Install [Node.js v8.9.4](https://nodejs.org/download/release/v8.9.4/); if you have installed nvm, you can use nvm to install `nvm install 8.9.4`
0 commit comments