Skip to content
New issue

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

Node 0.10.x path.existsSync is now called fs.existsSync. #82

Open
hanxue opened this issue Apr 15, 2014 · 0 comments
Open

Node 0.10.x path.existsSync is now called fs.existsSync. #82

hanxue opened this issue Apr 15, 2014 · 0 comments

Comments

@hanxue
Copy link

hanxue commented Apr 15, 2014

Running nide's Mac app and selecting an existing directory will result in

Internal error at the local server

path.existsSync is now called `fs.existsSync`.

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: Command failed: npm ERR! missing: scrypt@*, required by application-name@0.0.1
npm ERR! extraneous: passport@0.2.0 /Users/hanxue/Code/RTI/controlpanel/node_modules/passport
npm ERR! extraneous: express-generator@4.0.0 /Users/hanxue/Code/RTI/controlpanel/node_modules/express-generator
npm ERR! extraneous: mongoose@3.8.8 /Users/hanxue/Code/RTI/controlpanel/node_modules/mongoose
npm ERR! not ok code 0

    at ChildProcess.exithandler (child_process.js:637:15)
    at ChildProcess.EventEmitter.emit (events.js:98:17)
    at maybeClose (child_process.js:743:16)
    at Socket.<anonymous> (child_process.js:956:11)
    at Socket.EventEmitter.emit (events.js:95:17)
    at Pipe.close (net.js:465:12)

Screenshot:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant