I’m looking for an offline free ide for node.js.
I was going to use cloud9, but it seems that doesn’t work..
I followed this guide https://github.com/ajaxorg/cloud9
What could I use? Is there any way to use cloud9 with node.js 0.6?
The error of the last version of cloud9 of github: http://pastebin.com/7QEAygfD
FYI: Looks like Cloud9 will have support for node.js v0.6+ any day now: https://github.com/ajaxorg/cloud9/pull/726
Here’s what I did to get Cloud9 running on node.js v0.6.9 on Ubuntu
Looks like there’s a couple of missing modules (libxml & formidable) — it started right up after installing them with
npm