Skip to content

Commit 9e0790c

Browse files
correct markdown error
don't use html in markdown files... to make a line break in a bullet list, you use the same indentation as you do with fenced code blocks / images
1 parent fda7916 commit 9e0790c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ Microsoft recommends using the most recent version of the Yeoman generator for t
4848
4949
### Prepare the environment for SharePoint Framework development
5050

51-
1. Install [Node.js v8.17.0](https://nodejs.org/download/release/v8.17.0/).<br>
52-
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.
51+
1. Install [Node.js v8.17.0](https://nodejs.org/download/release/v8.17.0/).
52+
53+
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.
5354

5455
```powershell
5556
{

0 commit comments

Comments
 (0)