flowtype - Nuclide Flow not showing errors in Atom -


i have small project test out facebook flow. have purposefully placed type errors flow picks up, , detected when running flow check command line.

i display them directly on atom, when viewing file(s), shows 0 errors (about 20 in project when running command line). here i've done:

  • installed flow (with brew)
  • installed nuclide atom packages (settings shown in image below)
  • initialized empty .flowconfig file in project
  • initialize each file flow-check /* @flow */
  • run flow check project directory

i have following os versions:

  • osx 10.11
  • atom 1.8.0
  • nuclide 0.141.0
  • flow 0.14.0

here settings nuclide flow: nuclide-flow atom settings

here when running flow on command line: command line output here when viewing file on atom: enter image description here

i have made work doing following:

  • update flow 0.26.0 brew upgrade flow (or sudo brew upgrade flow if need to)
  • disable linter packages on atom
  • restart atom (shutting app first)
  • restart flow server (atom top bar --> nuclide --> flow --> restart flow server)

Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -