npm install glow
> Make your Flow errors GLOW
* Pretty-printed, code highlighted type errors
* Interactive watch mode
* Filter through errors using globs
``sh`globally
yarn global add glowor in your project
yarn add --dev glow
In your existing Flow project, instead of running:
`sh`
flow
Simply run:
`sh`
glow
You can also filter errors down to a specific set of files by running:
`sh`
glow path/to/whatever
There's even an awesome watch mode:
`sh``
glow --watch