You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing this out. I am planning to call flow init after npm install - you can see my TODO: comment here 😆. The reason I haven't done it yet is because I have to add types for the Next.js - link.
After initialising project with flow, you have to call
flow init
to make flow checker working.Solution could be to add some basic
.flowconfig
file or callflow init
afternpm install
.The text was updated successfully, but these errors were encountered: