Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
Cordova fetch isn't included in the npm install/link steps performed by cordova-medic and it is causing the CI builds to fail. Those steps are defined in the buildbot conf file which will need to be re-uploaded to the svn repo
An example build is here:
https://ci.apache.org/builders/cordova-windows-store8.1/builds/2347
And here is the error from the log:
Creating project mobilespec... Creating a new cordova project. Adding platforms... Adding Platform: windows platformArg: C:\Users\buildbot\slaves\apache\cordova-windows-store8_1\cordova-cli\bin\cordova C:\Users\buildbot\slaves\apache\cordova-windows-store8_1\cordova-windows Error: Cannot find module 'cordova-fetch' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Module.require (module.js:365:17) at require (module.js:384:17) at Object.<anonymous> (C:\Users\buildbot\slaves\apache\cordova-windows-store8_1\cordova-lib\cordova-lib\src\cordova\platform.js:40:25) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17)