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

--harmony doesn't work in Ubuntu #13

Closed
jasonmebw opened this issue Oct 20, 2015 · 3 comments
Closed

--harmony doesn't work in Ubuntu #13

jasonmebw opened this issue Oct 20, 2015 · 3 comments

Comments

@jasonmebw
Copy link

Seems that flag doesn't play well with some distros, but works on Mac. See here: hiddentao/melkor#12

I removed "--harmony" and worked for me in Ubuntu 14.04.3.

@yuvilio
Copy link

yuvilio commented Nov 9, 2015

Confirming this bug on my ubuntu with node (using nvm , node version v4.2.2)

@elldritch
Copy link

Can confirm, this occurs for me in 14.04.3 LTS with node 5.6.0

@thorsummoner
Copy link

to fix, get the latest node from https://nodejs.org/en/

sudo su
cd /opt
wget https://nodejs.org/dist/v4.3.1/node-v4.3.1-linux-x64.tar.xz
tar -xvf node-v4.3.1-linux-x64.tar.xz
cd /usr/bin
mv node node-lts
mv nodejs nodejs-lts
mv node-gyp node-gyp-lts
ln -s /opt/node-v4.3.1-linux-x64/bin/node nodejs
ln -s nodejs node

As well I changed the line in /usr/local/bin/emojipacks
to

#!/usr/bin/node --harmony

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

5 participants