Posts by Davisson Charles • 1 point
1 post
- 
		-2 votes4 answers7933 viewsA: How to upgrade Node.js from version 8 to 10 on Linux Ubuntu, via SSH?One step was missing. > curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh > sudo bash nodesource_setup.sh > sudo apt install nodejs > node -v…