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

Error during npm install after installing canary #216

Closed
amchiclet opened this issue Dec 1, 2021 · 3 comments
Closed

Error during npm install after installing canary #216

amchiclet opened this issue Dec 1, 2021 · 3 comments

Comments

@amchiclet
Copy link

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!

@richardlau
Copy link
Member

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).)

@amchiclet
Copy link
Author

Ah, thanks so much for the links.

@targos
Copy link
Member

targos commented Feb 25, 2022

this is fixed now

@targos targos closed this as completed Feb 25, 2022
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

3 participants