coreh-deprecated / nide

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

Nide Application error when opening a project #45

Closed ghost closed 12 years ago

ghost commented 12 years ago

Hi, I have a problem when I open a project, or create a project with nide. Here is the error I get.

Internal error at the local server /Applications/Nide.app/Contents/Resources/node_modules/socket.io/lib/manager.js:900 if (req.url.substr(0, resource.length) == resource) { ^ RangeError: Maximum call stack size exceeded

ghost commented 12 years ago

I forget to add this "path.existsSync is deprecated. It is now called fs.existsSync." after "Internal error at the local server"

ghost commented 12 years ago

I found the error ! I've installed NIde in command line and now the Nide application work fine !!