JIRA: YARDSTICK-1626
it's due to the version of nodejs and npm too old in ubuntu 16.04
default repo
Change-Id: I8c969530f7e538104bf5fb39223f720e53642d05
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
(cherry picked from commit 
0cdf063469d85c3dd7c6d14907e80800f2b14ff3)
+curl -sL https://deb.nodesource.com/setup_8.x -o /tmp/nodesource_setup.sh
+bash /tmp/nodesource_setup.sh
 apt-get install -y nodejs
-apt-get install -y npm
 ln -s /usr/bin/nodejs /usr/bin/node
 npm install
 npm install -g grunt