Skip to content

Commit d425a5c

Browse files
StfBauerVesaJuvonen
authored andcommitted
Update on NODE_NO_HTTP2 = 1 (SharePoint#3144)
Remark what need to be done to be able to launch local workbench especially for SharePoint 2016 projects.
1 parent f34ab68 commit d425a5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Install [NodeJS LTS version 8](https://nodejs.org/dist/latest-v8.x/).
3434
> [!NOTE]
3535
> NodeJS has two LTS versions - 8 and 10. The current supported LTS version of NodeJS for the SharePoint Framework is 8.x and can be downloaded from https://nodejs.org/en/download/releases/. Notice that 9.x or 10.x versions are currently not supported with SharePoint Framework development.
3636
37+
> [!NOTE]
38+
> I case you develop web parts for on-premises environments especially for SharePoint 2016 make sure you define the enviromental variable NODE_NO_HTTP2 = 1 otherwise the local workbench might not load.
39+
3740
### Install a code editor
3841

3942
You can use any code editor or IDE that supports client-side development to build your web part, such as:

0 commit comments

Comments
 (0)