Merge "Update nodejs and npm packages"
This commit is contained in:
commit
b3fb188fa7
@ -1264,8 +1264,9 @@ function clean_monasca_agent {
|
|||||||
function install_nodejs {
|
function install_nodejs {
|
||||||
|
|
||||||
echo_summary "Install Node.js"
|
echo_summary "Install Node.js"
|
||||||
|
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
|
||||||
|
|
||||||
apt_get install nodejs npm
|
apt_get install nodejs
|
||||||
npm config set registry "http://registry.npmjs.org/"; \
|
npm config set registry "http://registry.npmjs.org/"; \
|
||||||
npm config set proxy "${HTTP_PROXY}"; \
|
npm config set proxy "${HTTP_PROXY}"; \
|
||||||
npm set strict-ssl false;
|
npm set strict-ssl false;
|
||||||
@ -1296,8 +1297,7 @@ function install_monasca_grafana {
|
|||||||
git_timed clone $GRAFANA_REPO $GRAFANA_DIR --branch $GRAFANA_BRANCH --depth 1
|
git_timed clone $GRAFANA_REPO $GRAFANA_DIR --branch $GRAFANA_BRANCH --depth 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Is required to use python2.7 to build grafana because node-gyp support only python2
|
npm config set python /usr/bin/python3
|
||||||
npm config set python /usr/bin/python2.7
|
|
||||||
|
|
||||||
cd "${MONASCA_BASE}"
|
cd "${MONASCA_BASE}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user