onsa
1/19/2017 - 12:05 PM

Install nodeJS

Install nodeJS

# update system

	apt-get update
	
# install node

	apt-get install nodejs

# install npm

	apt-get install npm
	
# create symbolic link from 'node' to 'nodejs'

	ln -s /usr/bin/nodejs /usr/bin/node