Bump nodejs 8.x and npm 5.x 51/15151/1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 9 Jul 2018 21:25:58 +0000 (23:25 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 9 Jul 2018 21:25:58 +0000 (23:25 +0200)
commit75899f9453f99e96f69789337aa7cc02452812e2
tree90dff98e190803413d03d453b9507898bc998907
parent6bda5cd4e1a95a6040356c41c947075c7319cde5
Bump nodejs 8.x and npm 5.x

Default nodejs & npm are very old (nodejs 4.x and npm 3.x) and don't
allow to build xds dashboard. Note that one reason to bump to a
recent npm version (at least npm ^5.0.0) is the support of
package-lock.json that is very useful to lock dependencies of nodejs
packages in a project.
(for more info see https://docs.npmjs.com/files/package-lock.json)

Change-Id: I639b97ee12e9d11f47a09bf5443fb2470fbf485a
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
packer/provision/agl_dependencies.sh