How can I disable the new NPM spinner in the command-line?

command-line, npm, spinner, unit-testing

Solution

Ah found it! Run `npm config set spin=false` will disable it

Problem

It is mucking up the display of my unit tests, is there a simple way to turn it off?

Original source