File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,6 @@ There will be multiple public preview release using the **@next** tag in the [NP
13
13
14
14
[ !INCLUDE [ spfx-release-notes-common] ( ../../includes/snippets/spfx-release-notes-common.md )]
15
15
16
- ## Install the latest preview release
17
-
18
- Install the latest preview release of the SharePoint Framework (SPFx) by including the ** @next ** tag:
19
-
20
- ``` console
21
- npm install @microsoft/generator-sharepoint@next --global
22
- ```
23
16
24
17
## Upgrading projects from v1.13.1 to v1.14
25
18
@@ -30,10 +23,10 @@ npm install @microsoft/generator-sharepoint@next --global
30
23
npm uninstall @microsoft/[email protected]
31
24
```
32
25
33
- 2. Install the new v1.14 preview package:
26
+ 2. Install the new v1.14 package:
34
27
35
28
```console
36
- npm install @microsoft/generator-sharepoint@next --save --save-exact
29
+ npm install @microsoft/generator-sharepoint --save --save-exact
37
30
```
38
31
39
32
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
You can’t perform that action at this time.
0 commit comments