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

Closh won't start on windows: Error spawn lumo ENOENT #4

Closed
gdeer81 opened this issue Nov 1, 2017 · 0 comments · Fixed by gdeer81/closh#1 or #5
Closed

Closh won't start on windows: Error spawn lumo ENOENT #4

gdeer81 opened this issue Nov 1, 2017 · 0 comments · Fixed by gdeer81/closh#1 or #5

Comments

@gdeer81
Copy link
Contributor

gdeer81 commented Nov 1, 2017

on this line you set the bin variable to be 'lumo'

var bin = 'lumo';

Then when node tries to execute line 25

spawn(bin, args, { stdio: 'inherit' }).on('exit', process.exit);

you get the spawn error because of this issue nodejs/node-v0.x-archive#5841

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