You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: