19 bytes removed ,  17 May 2016
add packages for node
 
Line 5: Line 5:
* ''Last tested on Ubuntu 16.04 LTS (xenial) | easy | less than five minutes''
* ''Last tested on Ubuntu 16.04 LTS (xenial) | easy | less than five minutes''


<syntaxhighlight lang="bash">
<source lang="bash">
# check the current version number
# check the current version number
$ node -v
$ node -v
Line 23: Line 23:
# check updated Nodejs version
# check updated Nodejs version
$ node -v
$ node -v
</syntaxhighlight>
</source>
 


== Packages ==
== Packages ==