We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this error when trying to compile the 2.1.0 module, any ideas?
[ERROR] Failed to load command "build" [ERROR] TypeError: CreateListFromArrayLike called on non-object
/usr/local/lib/node_modules/titanium/node_modules/longjohn/dist/longjohn.js:185 throw e; ^
CLI. (/usr/local/lib/node_modules/titanium/lib/cli.js:351:30),Context.load (/usr/local/lib/node_modules/titanium/lib/context.js:318:4),CLI.loadCommand (/usr/local/lib/node_modules/titanium/lib/cli.js:346:10),/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:607:21,/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:246:17,iterate (/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:146:13),async.eachSeries (/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:162:9),_asyncMap (/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:245:13),Object.mapSeries (/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:228:23),Object.async.series (/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:605:19)
The text was updated successfully, but these errors were encountered:
When I try to compile with 5.5.0.GA I get a bit further in compile but then run into this one:
emitTwo (events.js:126:13),ChildProcess.emit (events.js:214:7),maybeClose (internal/child_process.js:925:16),Socket.stream.socket.on (internal/child_process.js:346:11),emitOne (events.js:116:13),Socket.emit (events.js:211:7),Pipe._handle.close [as _onclose] (net.js:554:12)
Sorry, something went wrong.
No branches or pull requests
I get this error when trying to compile the 2.1.0 module, any ideas?
[ERROR] Failed to load command "build"
[ERROR] TypeError: CreateListFromArrayLike called on non-object
/usr/local/lib/node_modules/titanium/node_modules/longjohn/dist/longjohn.js:185
throw e;
^
CLI. (/usr/local/lib/node_modules/titanium/lib/cli.js:351:30),Context.load (/usr/local/lib/node_modules/titanium/lib/context.js:318:4),CLI.loadCommand (/usr/local/lib/node_modules/titanium/lib/cli.js:346:10),/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:607:21,/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:246:17,iterate (/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:146:13),async.eachSeries (/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:162:9),_asyncMap (/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:245:13),Object.mapSeries (/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:228:23),Object.async.series (/usr/local/lib/node_modules/titanium/node_modules/node-appc/node_modules/async/lib/async.js:605:19)
The text was updated successfully, but these errors were encountered: