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

Ace does not work on Ubuntu #30

Closed
rkrishnamoorthy opened this issue Aug 3, 2016 · 2 comments
Closed

Ace does not work on Ubuntu #30

rkrishnamoorthy opened this issue Aug 3, 2016 · 2 comments

Comments

@rkrishnamoorthy
Copy link

In the hope that this helps someone, I am putting this up

When you run ace on ubuntu, you will get an error due to /usr/bin/env not finding node (even though ubuntu sets it up correctly). this is due to the option --harmony_proxies

Found a fix from http://sambal.org/2014/02/passing-options-node-shebang-line/ which seemed to work

The ace file on ubuntu should be


#!/bin/sh
":" //# comment; exec /usr/bin/env node --harmony_proxies "$0" "$@"

'use strict'

const kernel = require('./bootstrap/kernel')
kernel()

@RomainLanz
Copy link
Member

Dear @rkrishnamoorthy !

Thanks for your report!
This is a known issue and a fix as already been proposed in this issue.

We need to test it on Windows before pushing it.

Linked issues:

@rkrishnamoorthy
Copy link
Author

closed as dupe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants