Skip to content
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

node --harmony_proxies: No such file or directory #214

Closed
LeventeNagy opened this issue Jul 22, 2016 · 7 comments
Closed

node --harmony_proxies: No such file or directory #214

LeventeNagy opened this issue Jul 22, 2016 · 7 comments
Assignees

Comments

@LeventeNagy
Copy link

Hi, I am experiencing the following issue, when I run ace command

./ace make:controller Post

I get the following message

/usr/bin/env: node --harmony_proxies: No such file or directory

I was searching a lot to fix this issue but nothing really worked

PS: I am running elementray os 64bit Built on Ubuntu 14.04

@thetutlage
Copy link
Member

Would u mind running adonis ace fix in the root of your project and then make use of ace again?

@LeventeNagy
Copy link
Author

LeventeNagy commented Jul 22, 2016

Okay

Ran in the terminal: adonis ace fix

Returned

Commands

adonis new
adonis fix

Than ran adonis fix

Returned

Fixing ace file

Than ran ./ace make:controller Post

Returned
/usr/bin/env: node --harmony_proxies: No such file or directory

Than ran ace make:controller Post

Returned
The program 'ace' is currently not installed. You can install it by typing: sudo apt-get install libace-perl

@thetutlage
Copy link
Member

What is the output of which node

@LeventeNagy
Copy link
Author

Output: /usr/bin/node

@thetutlage
Copy link
Member

So it has been already reported as there is some issue the way Linux picks the node path.

Ideally you will have to replace first line of the ace file with #!/usr/bin/node --harmony_proxies. Also checkout this issue #141

@thetutlage thetutlage self-assigned this Jul 22, 2016
@LeventeNagy
Copy link
Author

Oh so sorry for not digging in deeper, the linked issue solved the problem, thank you very much

@lock
Copy link

lock bot commented Mar 11, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants