3. nodejs (v.7.6 or newer)
type this in the terminal
sudo apt-get install nodejs
Check the version with
nodejs -v
If it is not the 7.6 or newer, then use the following to update.
type this in the terminal
sudo apt-get install nodejs
Check the version with
nodejs -v
If it is not the 7.6 or newer, then use the following to update.
sudo npm cache clean -f sudo npm install -g n sudo n stable
No comments:
Post a Comment