standard / semistandard

:icecream: All the goodness of `standard/standard` with semicolons sprinkled on top.
MIT License
1.41k stars 123 forks source link

usage #6

Closed nickdesaulniers closed 9 years ago

nickdesaulniers commented 9 years ago

am I supposed to be able to run this in a top level directory and have it recursively search and test all of my js files? If I run it from the top level of this repo, I get:

➜  nanomsg git:(master) ✗ semistandard
Error: spawn ENOENT
    at errnoException (child_process.js:988:11)
    at Process.ChildProcess._handle.onexit (child_process.js:779:34)
Flet commented 9 years ago

Hmm I wonder if this is similar to feross/standard#36. Are you running windows? Try upgrading to the latest version of node/npm.

nickdesaulniers commented 9 years ago

OSX 10.8.5

➜  nanomsg git:(master) ✗ node -v
v0.10.26
Flet commented 9 years ago

Ah, yeah can you try upgrading to 0.12 node?