Skip to content

Commit 2642a97

Browse files
authored
Fixed upgrade guide.
1 parent 0b6a727 commit 2642a97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/release-1.14.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ This release introduces updates across the features around Microsoft Viva, Micro
2020
1. Uninstall the existing v1.13.1 package:
2121

2222
```console
23-
npm uninstall @microsoft/generator-sharepoint@1.13.1
23+
npm uninstall @microsoft/{spfx-package-name}@1.13.1
2424
```
2525

2626
2. Install the new v1.14 package:
2727

2828
```console
29-
npm install @microsoft/generator-sharepoint --save --save-exact
29+
npm install @microsoft/{spfx-package-name}@1.14.0 --save --save-exact
3030
```
3131

3232
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
@@ -338,4 +338,4 @@ The Select Media Action can be used to select Images from your native device. In
338338
- [#4680](https://github.com/SharePoint/sp-dev-docs/issues/4680) - SPFx 1.9.1, office-ui-fabric-react and sp-property-pane
339339
- [#6232](https://github.com/SharePoint/sp-dev-docs/issues/6232) - Getting errors about `<div>` cannot be nested in `<p>` when looking at web part data in workbench testing environment
340340
- [#7386](https://github.com/SharePoint/sp-dev-docs/issues/7386) - Build fails when setting `skipFeatureDeployment` to true
341-
- [#7691](https://github.com/SharePoint/sp-dev-docs/issues/7691) - 1.13.1 TypeError: Cannot read property 'toJson' of undefined when bundling/serving large project
341+
- [#7691](https://github.com/SharePoint/sp-dev-docs/issues/7691) - 1.13.1 TypeError: Cannot read property 'toJson' of undefined when bundling/serving large project

0 commit comments

Comments
 (0)