We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98c509 commit b73f093Copy full SHA for b73f093
docs/spfx/release-1.15.md
@@ -29,13 +29,13 @@ npm install @microsoft/generator-sharepoint@next --global
29
1. Uninstall the existing v1.14 package:
30
31
```console
32
- npm uninstall @microsoft/generator-sharepoint@1.14
+ npm uninstall @microsoft/{spfx-package-name}@1.14
33
```
34
35
2. Install the new v1.15 preview package:
36
37
38
- npm install @microsoft/generator-sharepoint@next --save --save-exact
+ npm install @microsoft/{spfx-package-name}@next --save --save-exact
39
40
41
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
0 commit comments