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

Failing to install on v6.6.0 #8

Open
hemanth opened this issue Oct 20, 2016 · 2 comments
Open

Failing to install on v6.6.0 #8

hemanth opened this issue Oct 20, 2016 · 2 comments

Comments

@hemanth
Copy link

hemanth commented Oct 20, 2016

$ demokit 
fs.js:640
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open '/Users/hemanth/.nvm/versions/node/v6.6.0/lib/node_modules/demokit/electron/node_modules/electron/path.txt'
    at Error (native)
    at Object.fs.openSync (fs.js:640:18)
    at Object.fs.readFileSync (fs.js:508:33)
    at Object.<anonymous> (/Users/hemanth/.nvm/versions/node/v6.6.0/lib/node_modules/demokit/bin/demokit-cli.js:23:61)
    at Module._compile (module.js:556:32)
    at Object.Module._extensions..js (module.js:565:10)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.runMain (module.js:590:10)

on OSX.

this line is the culprit.

@tolmasky
Copy link
Owner

Do you mind trying it on 6.9.1? I was on 6.5 and it works, and just upgraded to 6.9.1 and it also worked.

Also, could you possibly tell me the contents of the "/Users/hemanth/.nvm/versions/node/v6.6.0/lib/node_modules/demokit/electron/node_modules/electron/" folder?

@hemanth
Copy link
Author

hemanth commented Oct 20, 2016

Yup, working fine on 6.9.1 should we still keep this open?

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

2 participants