-
Notifications
You must be signed in to change notification settings - Fork 1k
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.
-
Getting Started