I was trying to upgrade the sample registration project to 7.1, and ran into this error in the build process:
> Task :requests-front:npmInstall FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':requests-front:npmInstall'.
> A problem occurred starting process 'command 'npm.cmd''
BUILD FAILED in 10s
15 actionable tasks: 3 executed, 12 up-to-date
CreateProcess error=2, The system cannot find the file specified
4:17:45 PM: Task execution finished 'deploy'.
The following thread talks about a similar problem (and a possible solution), but Iām not sure if it applies to my case. Even if it does, Iām new to Cuba and not sure how to implement that solution.