-
Notifications
You must be signed in to change notification settings - Fork 168
"No such file" error #5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hi, May be you should run |
I think it must be something else. That command returns an error because
|
Try |
Same issue here, node 10. The env is set properly (I think) and both |
Hi, was just gonna report that myself. The problem lies within your shebang. Line 1 in aa30b16
Linux (unlike BSD it seems) doesn't support more than one argument to the shebang command. (Details) Get rid of the |
@pseudolog has it right, remove the and I agree with the |
@pseudolog Well done!!!! |
Hi guys. I change the code of hiper/src/index.js as follow. The warning message will still appear #! /usr/bin/env node
process.env.NODE_NO_WARNINGS = 1 Can someone help me? |
Maybe add a shell wrapper, instead of excute the index.js directly. |
I guess the cleanest solution would be to actually handle those promise rejections. Otherwise there's |
@zhiyan Please give me more details. what should i do? |
The problem has been solved, please upgrade hiper to run below to upgrade: npm i hiper -g thr pr: #21 |
After
npm install hiper -g
,hiper baidu.com
throws this exception:/usr/bin/env: 'node --no-warnings': No such file or directory
I'm currently running Node 10 with nvm on Manjaro (Arch) Linux.
The text was updated successfully, but these errors were encountered: