./app/node_modules
folder. Unfortunatly, the node-canvas dependencies cannot be installed through a simplenpm install
. Instead, the easiest way to install the node-canvas dependencies is as follows:C:\GTK
.npm config set msvs_version 2015 --global
before trying to install node-canvas to avoid "The tools version "2.0" is unrecognized. Available tools versions are..." errorsSitecoreDXG-Dev-<version>.<build>.zip
to your machine and extract in a location of your choosing. Note that it does not matter where you unzip and store the SitecoreDXG folder, but the location you choose will be the parent of your installation directory. The actual installation directory will be the ./app
directory.cd ./app
and runnpm install
.npm install node-canvas --global
. If the command is successful, attempt to run npm install
in the folder again. Otherwise, or if the npm install
fails with a new error then refer back to the Step 1a (dependency installation)../app/settings.js
file and confirm or update the settings (documented inline) as neededapp
folder: npm run-script install-windows-service
.npm run-script uninstall-windows-service
./app/settings.js
file (the default paths are C:/SitecoreDXG/Work
and C:/SitecoreDXG/Logs
)../settings.js
file you should restart your SitecoreDXG Generation Service. Some settings are okay to change without restarting the service, but most are not and the safest thing to do is restart the service.