Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
Paul Schaeflein edited this page Nov 27, 2017 · 10 revisions

Welcome to the sp-dev-fx-vs-extension wiki!

This Visual Studio extension for SharePoint Framework web parts provides a form for entering the information required of the Yeoman generator for SharePoint Framework web parts, runs the generator and creates a Visual Studio project file that includes only the files necessary for the web part. The supporting files (node.js and gulp files) still exist on disk, but are not shown in the Solution explorer.

Check following SharePoint PnP webcast for additional details around the Visual Studio Extension for SharePoint Framework.

FAQ

VS2015 is not responding and the generator has run for a long time. Is it broken?

The generator attempts to update files that require administrative privileges. The Node.js command prompt runs as administrator, so the generator runs normally. However, Visual Studio 2015 does not elevate privilege when running the generator.

Start Visual Studio 2015 as administrator to resolve this issue.

How do I resolve the error "[sass] Error: Missing binding"?

This is caused by a version mis-match. Ensure that Visual Studio is configured to use the PATH environment to resolve the node folder. Details are on the Node tools in Visual Studio 2017 page.

I found a bug in the extension, how to proceed?

Please file a GitHub issue. Don't be shy, sharing your findings is critical for the success of the Extension. We would welcome not just a bug submission but if you have a proposed workaround, please share that as well.

Please have a look on our Contribution Guidance before submitting your pull requests, so that we can get your contribution processed as fast as possible. Thanks!