Task Parameter:Language=en-US (TaskId:32)
Task Parameter:BuildTarget=RippleNexus (TaskId:32) 'C:\Users\ptaffet.SOHOSOFT\AppData\Roaming\npm\vs-cli.cmd' is not recognized as an internal or external command, (TaskId:32)
operable program or batch file. (TaskId:32)Done executing task "MdaVsCli" -- FAILED. (TaskId:32)
Done building target "PrepareForRippleRequirements" in project "rewordabble.jsproj" -- FAILED.: (TargetId:23)
Project Performance Summary:
I recently re-installed Cordova Tools for Visual Studio and since then I have not been able to get a successful build, even for a new empty Cordova project. The snippet above comes from the verbose diagnostic Output.
As you can see, MS Build is looking in "'C:\Users\me\AppData\Roaming\npm\" for a batch file named vs-cli.cmd. That batch file isn't found there. It's actually a couple of folders down in the file system, a location of "C:\Users\me\AppData\Roaming\npm\node_modules\vs-mda" along with a bunch of other batch files and other resources that will likely be required by the project at some point.
The build engine is looking in the wrong place for its own resources. How can I fix this, please?