Skip to content

Commit e6b3209

Browse files
Update sharepoint-2019-and-subscription-edition-support.md
1 parent 9dfb60d commit e6b3209

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,13 @@ Microsoft recommends using the most recent version of the Yeoman generator for t
6262
}
6363
```
6464

65-
1. Install global dependencies,
66-
`npm install [email protected] --global
65+
1. Install global dependencies
66+
67+
```console
68+
npm install [email protected] --global
6769
npm install [email protected] --global
68-
npm install @microsoft/generator-sharepoint@1.10.0 --global`
70+
npm install @microsoft/[email protected] --global
71+
```
6972

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

0 commit comments

Comments
 (0)