-
Notifications
You must be signed in to change notification settings - Fork 63
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
"/usr/bin/env: node --harmony: No such file or directory" error on Ubuntu 15.10 #42
Comments
I have the same problem. Env: same node and npm as OP, Ubuntu 14.04 LTS. |
Will try to get to it over the weekend |
As pointed out in #39 the problem is that Linux kernel does not support multiple arguments in shebangs, so you can't pass the --harmony flag using Naive solution to this problem would be to not use env but directly call But that creates another problem, as the node might be installed somewhere else. I found this hack for passing arguments to shebang. |
There is a question though, if you should even bother to use The only features |
I'm not familiar enough with node to understand all of the nuances of this. I"m running fine on Ubuntu 16.04 with just I'm closing this for now. |
* output option set created file name * ex> -o webpack_entry.ts // this setting create filename webpack_entry.ts * Apply Webpack * webpack build & optimization: tree-shalking, dead code elimination, uglify * Refactor configure * performance tunning & easy reading
Hi,
I've installed redux-cli with:
sudo npm -g install redux-cli
And I get the following error:
`/usr/bin/env: node --harmony: No such file or directory
Env:
Looks like there is a problem with bang sign, here is a link with similar error:
azproduction/node-mc#3
Thanks Alex
`
The text was updated successfully, but these errors were encountered: