Merge "Omit error logs which say can't remove npm cache"

This commit is contained in:
Jenkins 2016-06-10 23:05:16 +00:00 committed by Gerrit Code Review
commit f562aad151
1 changed files with 1 additions and 1 deletions

View File

@ -1737,7 +1737,7 @@ function install_monasca_grafana {
$GOPATH/bin/godep restore
go run build.go build
npm config set unsafe-perm true
sudo npm install
npm install
sudo npm install -g grunt-cli
grunt --force
cd "${MONASCA_BASE}"