johnthepink / meteor-launch

Automating meteor builds to the AppStore, TestFlight, Hockey, Google Play, and more later.

Home Page:https://www.johnpinkerton.me/meteor-launch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor launch should reflect meteor platform

delianides opened this issue · comments

android: removed platform
/Users/webadmin/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-6/lib/node_modules/meteor-launch/lib/util.js:59
 ANDROID_ZIPALIGN: result.ANDROID_ZIPALIGN[0] === "~" ? (0, _path.join)(process.env.HOME, result.ANDROID_ZIPALIGN.slice(1)) : (0, _path.resolve)(result.ANDROID_ZIPALIGN)
 ^
 TypeError: Cannot read property '0' of undefined
 at Object.generateSettings (/Users/webadmin/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-6/lib/node_modules/meteor-launch/lib/util.js:59:46)
 at Object.<anonymous> (/Users/webadmin/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-6/lib/node_modules/meteor-launch/lib/android.js:21:31)
 at Module._compile (module.js:570:32)
 at Object.Module._extensions..js (module.js:579:10)
 at Module.load (module.js:487:32)
 at tryModuleLoad (module.js:446:12)
 at Function.Module._load (module.js:438:3)
 at Module.require (module.js:497:17)
 at require (internal/module.js:20:19)
 at Object.<anonymous> (/Users/webadmin/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-6/lib/node_modules/meteor-launch/lib/hockey.js:9:16)

This was after running meteor remove-platform android