Skip to content

Commit d8f46a4

Browse files
authored
Switching between different versions of the generator removed
Switching between different generator version might be possible in the past but right now with the current versions, this is impossible. All generator reference always to the global installations. So the local install won't have any effect. An issue that describes this problem too can be found: SharePoint#2603
1 parent f4bcbcc commit d8f46a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/spfx/set-up-your-development-environment.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ To install the SharePoint Framework Yeoman generator globally, enter the followi
8181
npm install -g @microsoft/generator-sharepoint
8282
```
8383

84-
If you need to switch between the different projects created by using different versions of the SharePoint Framework Yeoman generator, you can install the generator locally as a development dependency in the project folder by executing the following command:
85-
86-
```sh
87-
npm install @microsoft/generator-sharepoint --save-dev
88-
```
89-
9084
For more information about the Yeoman SharePoint generator, see [Scaffold projects by using Yeoman SharePoint generator](toolchain/scaffolding-projects-using-yeoman-sharepoint-generator.md).
9185

9286
## Trusting the self-signed developer certificate

0 commit comments

Comments
 (0)