cruft icon indicating copy to clipboard operation
cruft copied to clipboard

getting ENOENT error

Open DmitryEfimenko opened this issue 9 years ago • 2 comments

Wanted to check this out. Running cruft clear gives me this:

events.js:154
      throw er; // Unhandled 'error' event
      ^

Error: spawn C:\Program Files\nodejs\node_modules\cruft\bin/cruft-clear ENOENT
    at exports._errnoException (util.js:856:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
    at onErrorNT (internal/child_process.js:344:16)
    at nextTickCallbackWith2Args (node.js:475:9)
    at process._tickCallback (node.js:389:17)
    at Function.Module.runMain (module.js:449:11)
    at startup (node.js:140:18)
    at node.js:1001:3

In case it makes difference, I'm on Windows 10. Any help is appreciated.

DmitryEfimenko avatar Sep 14 '16 17:09 DmitryEfimenko

+1

mattklein999 avatar Sep 14 '16 19:09 mattklein999

Getting this as well. Seems like a lot of node-apps are not working as intended on windows.

burner03 avatar Nov 27 '16 11:11 burner03