coreh-deprecated / nide

Beautiful IDE for Node.js
http://coreh.github.com/nide/
713 stars 111 forks source link

Cannot init on Ubuntu #53

Open yodaiken opened 12 years ago

yodaiken commented 12 years ago
y@ubuntu:~$ nide init test
Created `test` directory.

node.js:134
        throw e; // process.nextTick error, or 'error' event on first tick
        ^
TypeError: Bad argument
    at Object.mkdirSync (fs.js:360:18)
    at /home/y/.node_libraries/.npm/nide/0.2.0/package/main.js:39:16
    at /home/y/.node_libraries/.npm/nide/0.2.0/package/main.js:18:13
    at ChildProcess.exithandler (child_process.js:100:7)
    at ChildProcess.emit (events.js:67:17)
    at Socket.<anonymous> (child_process.js:172:12)
    at Socket.emit (events.js:64:17)
    at Array.<anonymous> (net.js:831:12)
    at EventEmitter._tickCallback (node.js:126:26)