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: No such file or directory? #2

Closed
maxdevjs opened this issue Nov 25, 2018 · 1 comment
Closed

node --harmony: No such file or directory? #2

maxdevjs opened this issue Nov 25, 2018 · 1 comment
Labels

Comments

@maxdevjs
Copy link

OS: Solus
zsh 5.6.2
node v10.9.0
npf 1.1.0
nvm 0.33.2

npf always returns:

/usr/bin/env: ‘node --harmony’: No such file or directory

Editing /bin/cli.js from

#!/usr/bin/env node  --harmony

to

#!/usr/bin/env node  

solves the issue.

Note:
/usr/bin/env node --harmony from shell works normally

@hankchanocd
Copy link
Owner

🎉 This issue has been resolved in version 1.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

No branches or pull requests

2 participants