Comment 1 for bug 1856699

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.opendev.org/699399
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=308e85aa413da84ed107b27fa09a3f0e0a64392f
Submitter: Zuul
Branch: master

commit 308e85aa413da84ed107b27fa09a3f0e0a64392f
Author: Radosław Piliszek <email address hidden>
Date: Tue Dec 17 12:57:49 2019 +0100

    Fix monasca-grafana being unbuildable due to old npm

    Affected builds on Ubuntu which had:
    npm 3.5.2
    while the latest was:
    npm 6.13.4
    And CentOS had:
    npm 5.6.0

    This patch runs npm update via npm.
    Pinned to 6.x.

    Additionally, this moves npm packages prefix (root) to
    /usr/local to avoid conflicts with native packages.

    Change-Id: Ibaacc1cc478b2b2f8196a5da4eea3570d7d310ff
    Closes-bug: #1856699