Description
After updating to the lastest 0.11.12 build of Nodejs, my projects have thrown errors when trying to build.
Steps To Reproduce
1. Install the latest beta build of Nodejs
2. Create a new project
3. Build the project
Expected Result
Application should build successfully
Actual Result
CLI throws the error:
/usr/local/lib/node_modules/titanium/node_modules/longjohn/dist/longjohn.js:184
throw e;
^
Socket.socketErrorListener (_http_client.js:258:42),Socket.EventEmitter.emit (events.js:104:17),net.js:442:14,process._tickCallback (node.js:339:11)
Fixed in the node-ios-device repo.
Node 0.11.12 is unstable and still has many issues such as the error in this ticket. Hopefully they are resolved before Node.js 0.12 ships.
Closing ticket as this issue is not our bug.