SharePoint / sp-dev-gdpr-activity-hub

GDPR Activity Hub - Open source starter kit for building a management hub for EU GDPR (European Global Data Protection Regulation).
MIT License
97 stars 47 forks source link

MSBUILD : error MSB4132: The tools version "2.0" is unrecognized. Available tools versions are "4.0" #59

Open MarkMasiak opened 6 years ago

MarkMasiak commented 6 years ago

PRE-REQUISTE

If you are seeing the following errors it's down to missing OLD visual studio C++ Redist " Uploading SPFx assets to the CDN dir : Cannot find path 'C:\GDPRActivityHUB\GDPRHub\GDPRStarterKit\temp\deploy' because it does not exist. "

open up a new cmd as administrator and run this command: npm install --global --production windows-build-tools then npm config set msvs_version 2015 --global close all instances of shell, reopen powershell return to your directory where you are trying to run GDPR Activity Hub

IanMayo commented 5 years ago

Been battling with this all afternoon, while trying to build node-gyp - the above steps worked for me.