Omit error logs which say can't remove npm cache

When vagrant up with vagrant-cachier enabled,
you can see npm error logs.

Change-Id: I3238e9394a7a02e06a0f669360499f86a28965c0
This commit is contained in:
Shinya Kawabata 2016-05-31 17:59:09 +09:00
parent 0602f6848a
commit 8d90606fb7
1 changed files with 1 additions and 1 deletions

View File

@ -1726,7 +1726,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}"