I've been trying to set up the AEM WKND Tutorial. When I run mvn -PautoInstallSinglePackage clean install I get the following error:
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.7.6:npm (npm install) on project aem-guides-wknd.ui.frontend: Failed to run task: 'npm install' failed. java.io.IOException: Cannot run program "C:\Users\conta\git-repos\aem-guides-wknd\ui.frontend\node\node.exe" (in directory "C:\Users\conta\git-repos\aem-guides-wknd\ui.frontend"): CreateProcess error=193, %1 is not a valid Win32 application -> [Help 1]
Has anyone else run into this issue?