npm for node 4 on circleci is really old. This updates npm and will hopefully make the build green again.
@@ -12,6 +12,7 @@ dependencies:
- mkdir -p ${GOPATH}/src/${ORG_PATH}
- ln -s ~/grafana ${GOPATH}/src/${ORG_PATH}
- go get github.com/tools/godep
+ - npm install -g npm
- npm install
test: