Brewskey / spark-server

An API compatible open source server for interacting with devices speaking the spark-protocol
https://www.particle.io/
GNU Affero General Public License v3.0
54 stars 27 forks source link

Using flow #207

Closed haeferer closed 7 years ago

haeferer commented 7 years ago

I've tried to use flow, but i was not able to run it

  npm install -g flow-bin

then i simply called flow

  flow

This ends up in a lot of errors

:( What is my problem

jlkalberer commented 7 years ago

You're probably on windows right? Run flow check

haeferer commented 7 years ago

Ok, thanx