I have a js code that I want to run on a remote Ubuntu 16.04. And node -v is not showing the same results like nodejs -v. Well this happened after using npm update(the script I need to use asked for the most recent node version) I just need to update to the last version of node that will run my js
I don't have an issue with the installation, I'm not sure but somewhere else, I found that I should have used NVM to update to a new version first.