I am working on react-native
application for which I am using Atom
IDE. I am getting an error on opening Atom
I installed babel-cli
and babel-preset-flow
with npm command.
npm install --save-dev babel-cli babel-preset-flow
Now when I restart Atom
then it shows same warning to me "Flow was not found when attempting to start". Can anyone help me how to fix it.
I have followed this https://medium.com/react-native-training/getting-started-with-react-native-and-flow-d40f55746809 flow server is working well but how I add flow to atom so I can get rid from this https://i.stack.imgur.com/7jJVI.png