Is there any reason why `npm update` is chosen over `npm install`. I have a install script in `package.json` and its failing to run as the build is running `npm update`. Whats the best way to run `npm install` via sbt ?