It is mucking up the display of my unit tests, is there a simple way to turn it off?
Ah found it! Run npm config set spin=false
will disable it
I believe answer to the literal question of how to do it on the command line (rather than via changing the config file) is npm --no-spin
.
You can do it on the fly, like this:
npm install --no-progress
Confirmed works in v3.10.9
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With