Skip to content

Commit c032128

Browse files
Update sharepoint-server-2019-and-subscription-edition-support.md
1 parent 7ee3781 commit c032128

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ Microsoft recommends using the most recent version of the Yeoman generator for t
6161
```
6262

6363
2. Install global dependencies.<br>
64-
npm install [email protected] --global<br>
65-
npm install [email protected] --global<br>
66-
npm install @microsoft/generator-sharepoint@1.10.0 --global<br>
64+
`npm install [email protected] --global`<br>
65+
`npm install [email protected] --global`<br>
66+
`npm install @microsoft/[email protected] --global`<br>
6767

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

7070
## Build and deploy your first web part with SharePoint Framework
7171

7272
To create a new web part with SharePoint Framework , see [Build your first SharePoint client-side web part](web-parts/get-started/build-a-hello-world-web-part.md).
7373

74-
To deploy your web part to SharePoint on-premises, unlike deploying to SharePoint Online, some dependent service applications and specific configurations on the SharePoint Server are required.
74+
To deploy your web part to SharePoint on-premises, unlike deploying to SharePoint Online, some dependent service applications and specific configurations on the SharePoint Server are required, seeing below tutorials. You can contact SharePoint Server administrator if you do not have appropriate permission to check or configure.
7575

7676
### Create service applications
7777

@@ -96,10 +96,10 @@ New-SPSubscriptionSettingsServiceApplicationProxy -ServiceApplication $sa
9696
#### Prepare .sppkg package
9797

9898
1. Bundle the solution.<br>
99-
gulp bundle --ship
99+
`gulp bundle --ship`
100100

101101
1. Package the solution.<br>
102-
gulp package-solution --ship
102+
`gulp package-solution --ship`
103103

104104
Verify SharePoint Framework web part on local SharePoint workbench.
105105

0 commit comments

Comments
 (0)