You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that node cannot resolve nyc.CMD, because it is blurring relative and absolute paths.
module.js:457
throw err;
^
Error: Cannot find module 'C:\srcbd\'C:\srcbd\node_modules\.bin\nyc.CMD''
at Function.Module._resolveFilename (module.js:455:15)
at Function.Module._load (module.js:403:25)
at Module.runMain (module.js:590:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Environment
Windows 10
node v6.6.0
jenkins-mocha: 4.1.2
The text was updated successfully, but these errors were encountered:
Mocha works when called on its own but fails when called via
jenkins-mocha
. In other words:The problem is that node cannot resolve
nyc.CMD
, because it is blurring relative and absolute paths.Environment
The text was updated successfully, but these errors were encountered: