forked from SharePoint/sp-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Known Issues
Chakkaradeep (Chaks) CC edited this page Aug 18, 2016
·
5 revisions
You may get the following error when you do yo @microsoft/sharepoint
> [email protected] install C:\Users\chakkaradeep\apps\helloworld-webpart\node_modules\bufferutil
> node-gyp rebuild
MSBUILD : error MSB4132: The tools version "2.0" is unrecognized. Available tools versions are "4.0".
While the console reports an error, it is safe to ignore this error. The dependency bufferutil
tries to use MSBUILD to compile their tools and if not available, it uses its JavaScript tool instead, though it gives you an error.
In Windows, you may get the following error:
Failed at the [email protected] install script 'node install.js'.
This is because phantomjs
is not able to find python to run the script. To fix this issue, you will need to add python
directory to the PATH system environment variable and then close and reopen a new console session.
- SharePoint Framework
- Release Notes
- Getting Started
- Getting familiar with the tools and libraries
- Setup your developer tenant
- Setup your machine
- Tutorial 1: HelloWorld WebPart
- Tutorial 2: HelloWorld, Talking to SharePoint
- Tutorial 3: HelloWorld, Serving in SharePoint Pages
- Tutorial 4: HelloWorld, Deploy to CDN
- Tutorial 5: jQueryUI Accordion WebPart
- Tutorial 6: Using Office UI Fabric Components
- Basics
- Tech Notes