I'm getting the following error when I run my Jenkins job. I've installed MSBuild 15 and 17 and specified the correct path.
Can anyone shed some light on this? Where the issue is. Thanks.
(x86)\Jenkins\workspace\POS4> npm install
> pos4@1.0.10 install C:\Program Files (x86)\Jenkins\workspace\POS4
> node-gyp rebuild
C:\Program Files (x86)\Jenkins\workspace\POS4>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
Warning: Missing input files:
C:\Program Files (x86)\Jenkins\workspace\POS4\build\..\build\Release\binding.node
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
C:\Program Files (x86)\Jenkins\workspace\POS4\build\binding.vcxproj(20,3):
**error MSB4019: The imported project "C:\Micr
osoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file
exists on disk.**
gyp ERR! build error
**gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1**
gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:262:23)
gyp ERR! stack at ChildProcess.emit (events.js:182:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:238:12)
gyp ERR! System Windows_NT 10.0.17134