Franz
Franz

Reputation: 154

Nuclide Flow not showing errors in Atom

I have a small project to test out facebook flow. I have purposefully placed some type errors that flow picks up, and they are successfully detected when running flow check from the command line.

I would like to display them directly on Atom, when viewing the file(s), but currently it shows 0 errors (about 20 in the project when running from command line). Here is what I've done:

I have the following OS versions:

Here are my settings for Nuclide flow: Nuclide-flow Atom settings

Here is what I get when running flow on the command line: command line output Here is what I get when viewing file on Atom: enter image description here

Upvotes: 5

Views: 4232

Answers (1)

Franz
Franz

Reputation: 154

I have actually just made it work by doing the following:

  • update flow to 0.26.0 with brew upgrade flow (or sudo brew upgrade flow if you need to)
  • disable all linter packages on Atom
  • restart atom (shutting the app completely first)
  • Restart Flow Server (Atom top bar --> Nuclide --> flow --> Restart Flow Server)

Upvotes: 5

Related Questions