You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\Michael\Github\ktest>khaos create segmentio.khaos-node my-new-project
events.js:141
throw er; // Unhandled 'error' event
^
Error: spawn C:\Users\Michael\AppData\Roaming\nvm\v4.2.1\node_modules\khaos\bin\khaos-create ENOENT
at exports._errnoException (util.js:874:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
at onErrorNT (internal/child_process.js:344:16)
at doNTCallback2 (node.js:439:9)
at process._tickCallback (node.js:353:17)
at Function.Module.runMain (module.js:469:11)
at startup (node.js:134:18)
at node.js:961:3
The problem is that windows does not recognize shebangs, so this spawn does not work.
The text was updated successfully, but these errors were encountered:
ArtskydJ
added a commit
to ArtskydJ/khaos
that referenced
this issue
Dec 22, 2015
On Windows:
The problem is that windows does not recognize shebangs, so this spawn does not work.
The text was updated successfully, but these errors were encountered: