I had problem with create-react-app and turned out I gotta update my version of nodeJS. The thing is that I can't do so. when I type node --version I get v11.10.0, however when I type sudo n stable, I get:installed : v10.16.3 (with npm 6.9.0). However when checking version of node I all time get this 11.10.0. How can I get this last stable version 10.16.3?
EDIT: SOLVED turned out nvm was installed on laptop and it controled node version
sudo apt-get purge --auto-remove nodejsand eventho in theory it was removed, then again after typing node --version I get this v11.10.0