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
We found some errors while using node-v8 canary.
I've been able to narrow down the steps to reproduce below.
$ NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/v8-canary nvm install v18.0.0-v8-canary2021113060c21743de $ npm install npm ERR! Cannot assign to read only property 'name' of function 'class Install extends ArboristWorkspaceCmd { npm ERR! static description = 'Install a package' npm ERR! static name = 'instal...<omitted>... npm ERR! }'
Let me know if more information is needed or if this is actually a bug against something upstream.
Thank you!
The text was updated successfully, but these errors were encountered:
It has been reported upstream https://bugs.chromium.org/p/v8/issues/detail?id=12421 (It came up in Node.js tests nodejs/node#40907 (comment).)
Sorry, something went wrong.
Ah, thanks so much for the links.
this is fixed now
No branches or pull requests
We found some errors while using node-v8 canary.
I've been able to narrow down the steps to reproduce below.
Let me know if more information is needed or if this is actually a bug against something upstream.
Thank you!
The text was updated successfully, but these errors were encountered: