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.