-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hello,
I'm having a problem, it seems that the cordova version is not set correctly.
In the logs after compressing I have:
Building on 192.168.1.143:3000 against Cordova version undefined
Changing index.js lines 81 - 83 from:
options.cordovaVersion = cordovaVersion;
gutil.log(`Building on ${ colors.magenta(options.hostname) }:${ colors.magenta(options.port) } against Cordova version ${ colors.green(cordovaVersion) }`);to:
options.cordovaVersion = cordovaVersion || options.cordovaVersion;
gutil.log(`Building on ${ colors.magenta(options.hostname) }:${ colors.magenta(options.port) } against Cordova version ${ colors.green(options.cordovaVersion) }`);fixed the problem for me, I get the correct cordova version.
Metadata
Metadata
Assignees
Labels
No labels