Hi everyone, I am a fresh NodeJS user so please bare with me.
I have NodeBB installed - everything is running,
but I have the fear that I use an old NodeJS version.
When I type node in the console - and process.version I get v0.10.29,
now I want to upgrade this to at least 4.1.1
Now everywhere I see "its so easy to update NodeJS through NPM"
like these commands:
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Yeah, NodeJS installs in a higher version - but when I do the node process-versions command I get v0.10.29 back and nothing changed.
??
Can anyone enlighten me? Thanks a lot 