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

Error: spawn /bin/false ENOENT #46

Open
jsepia opened this issue Feb 9, 2017 · 2 comments
Open

Error: spawn /bin/false ENOENT #46

jsepia opened this issue Feb 9, 2017 · 2 comments

Comments

@jsepia
Copy link

jsepia commented Feb 9, 2017

I'm getting an error when trying to run Chokidar.

My package.json

"scripts": {
    "build": "rollup -c",
    "watch:js": "chokidar --initial 'src/js/**/*.js' -c 'npm run build'"
},

Command

npm run watch:js

Output

...
add:src/js/util/RNG.js
add:src/js/util/enum.js
add:src/js/util/id.js
add:src/js/util/log.js
Watching "src/js/**/*.js" ..
Error when executing npm run build
Error: spawn /bin/false ENOENT
    at exports._errnoException (util.js:873:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
    at onErrorNT (internal/child_process.js:344:16)
    at nextTickCallbackWith2Args (node.js:442:9)
    at process._tickCallback (node.js:356:17)

Additional details

  • chokidar-cli: 1.2.0
  • node: v4.4.7
  • OS: OS X El Capitan version 10.11.6
@rfgamaral
Copy link

rfgamaral commented Oct 25, 2017

I'm having the same issue. What issue is this a duplicate from? And is there a workaround one could use in the meantime?

@merrywhether
Copy link

I've run into the same issue on 10.13.6 with latest, even trying echo 'test' as the command throws.

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

No branches or pull requests

4 participants