$ grunt flow
Running "flow:all" (flow) task
src/cli.js:4
4: import yargs from 'yargs';
^^^^^^^ yargs. Required module not found
(and other errors...)
Found 3 errors
Done, without errors.
I think it's because the task isn't checking the exit status of the spawned command.
I get:
I think it's because the task isn't checking the exit status of the spawned command.