Skip to content

Commit 2ec787e

Browse files
Update sharepoint-2019-and-subscription-edition-support.md
1 parent 1d04ddf commit 2ec787e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/sharepoint-2019-and-subscription-edition-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Microsoft recommends using the most recent version of the Yeoman generator for t
5151
1. Install [Node.js v8.17.0](https://nodejs.org/download/release/v8.17.0/).<br>
5252
SPFx v1.4.1 is also supported on Node.js v12 and v14 (v12.18.1 and v14.17.1 to be specific), although there is an incompatible issue [gulp 3 wasn't compatible with Node 12+](https://github.com/gulpjs/gulp/issues/2324). The workaround to resolve this issue is to specify the version of graceful-fs component as 4+. You can create npm-shrinkwrap.json in the root folder of the project and input the following content, and then run “npm install”. Also, you can use package-lock.json to resolve this issue too.
5353

54-
```powershell
54+
```powershell
5555
{
5656
5757
“dependencies”:{
@@ -60,7 +60,7 @@ Microsoft recommends using the most recent version of the Yeoman generator for t
6060
}
6161
}
6262
}
63-
```
63+
```
6464
6565
2. Install global dependencies
6666

0 commit comments

Comments
 (0)