Node Concepts Flashcards

1
Q

Check version of Node running.

Upgrade Node version.

A

node –version

upgrade

# install if not present
sudo npm install n -g
# upgrade to latest stable version
sudo n stable
# upgrade to specific version
sudo n 0.10.0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly