We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Confirming this bug on my ubuntu with node (using nvm , node version v4.2.2)
v4.2.2
Sorry, something went wrong.
Can confirm, this occurs for me in 14.04.3 LTS with node 5.6.0
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/local/bin/emojipacks
#!/usr/bin/node --harmony
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: