asdf-vm / asdf-nodejs

Node.js plugin for asdf version manager
https://github.com/asdf-vm/asdf
MIT License
885 stars 141 forks source link

symbol lookup error #395

Closed kemelzaidan closed 1 week ago

kemelzaidan commented 1 month ago

I have no idea on how to fix that, but no matter what version of Node.js I install, I can't run node because I always receive this message:

$ node --version
node: symbol lookup error: node: undefined symbol: _ZN6icu_738ByteSink15GetAppendBufferEiiPciPi

Any help will be appreciated!

allisonphillips commented 1 month ago

I'd hazard a guess that it's one of these things:

I wrote a comment that explains a little about how the shims work, but beyond that there is not enough information here to help you.

If you're still stuck, recommend reviewing the README and asdf website docu closely.

augustobmoura commented 1 month ago

I have no idea on how to fix that, but no matter what version of Node.js I install, I can't run node because I always receive this message:

$ node --version
node: symbol lookup error: node: undefined symbol: _ZN6icu_738ByteSink15GetAppendBufferEiiPciPi

Any help will be appreciated!

Do you have the same problem installing NodeJS from the official distribution, or is this a specific problem to asdf-nodejs?

Can you also send the output of the asdf info command?

kemelzaidan commented 1 week ago

Hello, thanks for all the help. After looking for an answer for some time, I found that the problem was in the node-gyp package. I had to clean it up and reinstall it. Thanks for the help, once again