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" flag in shebang breaks app. #2

Closed
emctague opened this issue Jul 21, 2017 · 1 comment
Closed

"--harmony" flag in shebang breaks app. #2

emctague opened this issue Jul 21, 2017 · 1 comment

Comments

@emctague
Copy link

emctague commented Jul 21, 2017

The --harmony flag in the shebang line in this file is confusing my linux system, as it is treating node --harmony as a single executable file name:

~ $ npm i -g blockchain.js
~ $ blockchain
/usr/bin/env: ‘node --harmony’: No such file or directory

Considering anyone with a reasonably up-to-date Node installation won't need the harmony flag, it's probably safe to remove it and prevent this from being a problem for anyone - and, perhaps, encourage people to update their Node installations in the process.

0xs34n pushed a commit that referenced this issue Jul 21, 2017
@0xs34n
Copy link
Owner

0xs34n commented Jul 21, 2017

Fixed in version 1.1.8

@0xs34n 0xs34n closed this as completed Jul 21, 2017
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