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
This works:
nvm use 10.0.0 64 npm i
nvm use 10.0.0 64
npm i
This doesn't, and fills the console with compiler errors related to v8:: functions:
v8::
nvm use 14.2.0 64 npm i
nvm use 14.2.0 64
Why?
The text was updated successfully, but these errors were encountered:
Just incase anyone actualy looks at this:
Failure on 14.6.0 confirmed on Arch Linux, debug log in case it helps: 2020-07-29T15_47_52_946Z-debug.log
And 10.0.0 also fails for me, at least using asdf, averything is up to date: 2020-07-29T16_17_26_295Z-debug.log
Sorry, something went wrong.
No branches or pull requests
This works:
nvm use 10.0.0 64
npm i
This doesn't, and fills the console with compiler errors related to
v8::
functions:nvm use 14.2.0 64
npm i
Why?
The text was updated successfully, but these errors were encountered: