-
-
Notifications
You must be signed in to change notification settings - Fork 225
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 UNKNOWN" #108
Comments
It works if I run
|
must be an issue with child.spawn like in lerna? |
Yeah... Windows doesn't use shebangs, so executing a JavaScript file directly won't work, even with the
That is, run |
Ok cool didn't know that - do you want to pr that one? Feel free to add anything else - the cli is for convenience if you don't want to use "babel" itself (although that's all it's doing) |
When trying to use the CLI version:
Windows 10, Node v5.7.1 (I should probably upgrade Node, guess)
The text was updated successfully, but these errors were encountered: