pnp / sp-dev-fx-vs-extension

Visual Studio extension work around SPFx together with community
MIT License
56 stars 25 forks source link

Yeoman generator not found issue while creating the Project. #27

Closed mokhtarbepari closed 6 years ago

mokhtarbepari commented 6 years ago

Create a SPx WebPart using VS 2015 Extension

[Yeoman generator not found issue while creating the Project. ] Bug

Versions

[ Visual Studio 2015 ] Visual Studio version (Help > About) [ ] SPFx Generator version (`1.3.x)

image

Expected or Desired Behavior

Create the SharePoint Framework Project

Observed Behavior

Error while creating the Project

Steps to Reproduce

  1. Install Visual Studio Extension
  2. Open Visual Studio 2015, select SharePoint Framework Project Template.
pschaeflein commented 6 years ago

If you could please complete the section with the version information as well as the repro steps, that would be helpful.

The template is expected to be completed, with unnecessary sections removed before submitting.

Thank you.

mokhtarbepari commented 6 years ago

Thanks for information. I got the solution. Upgraded NPM, upgraded @microsoft/generator-sharepoint to 1.4.0 resolved the issue.