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 when running flow on command line: here when viewing file on atom:
i have made work doing following:
- update flow 0.26.0
brew upgrade flow
(orsudo 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
Post a Comment