I have a small project to test facebook flow . I purposefully posted some type errors that the stream collects, and they are successfully detected when running flow check from the command line.
I would like to display them directly on Atom when viewing files, but currently it shows 0 errors (about 20 in the project when starting from the command line). Here is what I did:
- Installed thread (with brew)
- Installed Nuclide from Atom packages (settings shown in the image below)
- initialized an empty
.flowconfig project in the project - Initialize each file to check the stream with
/* @flow */ - run
flow check from the project directory
I have the following OS versions:
- OSX 10.11
- Atom 1.8.0
- Nuclide 0.141.0
- Stream 0.14.0
Here are my settings for the Nuclide stream: 
Here is what I get when starting a stream on the command line:
Here is what I get when viewing a file on Atom: 
Franz source share