Closed kemelzaidan closed 2 months ago
I'd hazard a guess that it's one of these things:
node
it finds a result for some other executable named node, either because it occurs earlier in PATH than ~/.asdf/shims or because .asdf/shims isn't in your PATH at all.nodejs SEMANTIC_VERSION
line defining which SEMANTIC_VERSION you're using
legacy_version_file
on your asdf installasdf global nodejs SEMANTIC_VERSION
)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.
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?
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
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:
Any help will be appreciated!