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
{{ message }}
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
Running Windows 10, flow-for-vscode with flow.useLSP enabled.
Flow output results in "No suitable flow found on disk" and attempts to download from Github, which fails on my system but that is due to our corporate proxy.
The issue is why does it fail to find flow on disk when it is installed both locally and globally via Yarn?
The text was updated successfully, but these errors were encountered:
I was hitting the same error. I solved it by adding --try-flow-bin to
the language server invocation, which causes the language server to use
the locally installed version of Flow in the project’s node_modules
directory.
I've looked into this a little bit and I think it's adm-zip introducing a bug in Windows in a recent version which makes the downloaded flow version fail to extract.
Running Windows 10, flow-for-vscode with
flow.useLSP
enabled.Flow output results in "No suitable flow found on disk" and attempts to download from Github, which fails on my system but that is due to our corporate proxy.
The issue is why does it fail to find flow on disk when it is installed both locally and globally via Yarn?
The text was updated successfully, but these errors were encountered: