Add the following to a file called .npmrc in your project root folder:
progress=false
It is also possible to place this file in your home directory: ~/.npmrc
Learn more about NPM config.
You can also do this on the command line:
npm install --no-progress