We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
symptoms:
> ses x.js /usr/bin/env: node --harmony: No such file or directory
This sort of thing doesn't work on linux:
#!/usr/bin/env node --harmony
The node --harmony stuff isn't split before it's passed to env.
node --harmony
The text was updated successfully, but these errors were encountered:
Thanks. I’ll have to take that into account when I try to get this working again.
Sorry, something went wrong.
kriskowal
No branches or pull requests
symptoms:
This sort of thing doesn't work on linux:
The
node --harmony
stuff isn't split before it's passed to env.The text was updated successfully, but these errors were encountered: