Richard B Knoll created CB-11237:
------------------------------------
Summary: cordova-fetch not linked by medic
Key: CB-11237
URL: https://issues.apache.org/jira/browse/CB-11237
Project: Apache Cordova
Issue Type: Bug
Components: Medic
Reporter: Richard B Knoll
Priority: Critical
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|https://github.com/apache/cordova-medic/blob/master/buildbot-conf/cordova.conf]
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:
{noformat}
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)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]