I installed nodejs first with nvm but it didn't work as I expected.
When I installed it with LTS version sudo yum -y install nodejs
, it worked but I'm not able to find the version of node.
node -v
-bash: /root/.nvm/versions/node/v8.11.3/bin/node: No such file or directory
I tried to remove nvm but still getting the same message.
Use the traditional command
node --version
OR
node -v
If nodejs -v
is working and above solutions not, refer this: symbolic-link-error
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With