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
$ nvm run unstable --harmony index.js
And result:
Running node v0.11.16 node: bad option: --harmony index.js
Is it not supposed to work?
$ nvm use unstable $ node --harmony index.js
works fine.
The text was updated successfully, but these errors were encountered:
Hmm - I think the way nvm run is calling node isn't working as you'd expect.
nvm run
I consider this a bug. Thanks for reporting!
Sorry, something went wrong.
I've got a fix ready for this but one of the tests refuses to pass in one shell; I'll keep working on it.
be56ff3
ljharb
No branches or pull requests
$ nvm run unstable --harmony index.js
And result:
Is it not supposed to work?
works fine.
The text was updated successfully, but these errors were encountered: