Install "node-legacy" for build

As can be seen in the build logs [1], this is failing with an error
about the "node" command, which on debuntu is provided by node-legacy.
Install it, as this seems to be the solution [2].

[1] http://logs.openstack.org/periodic/periodic-package-stackviz-element/5651097/console.html
[2] https://stackoverflow.com/questions/21168141/cannot-install-packages-using-node-package-manager-in-ubuntu

Change-Id: If4e6342182e978d1d8c09c21748dd3f150311afa
This commit is contained in:
Ian Wienand 2017-06-13 15:40:11 +10:00
parent baa9a66e9e
commit de9f755807
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@
# see http://docs.openstack.org/infra/bindep/ for additional information.
nodejs [test]
nodejs-legacy [platform:dpkg test]
npm [test]