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 was archived by the owner on Dec 19, 2024. It is now read-only.
flow is running on a different directory.
server_root: c:\Users\edele\flowtest, client_root: C:\Users\edele\flowtest
Open VS Code in any project, wait flow to initialize
Run yarn run flow. It will fail with output:
C:\Users\edele\flowtest>yarn run flow
yarn run v1.7.0
$ C:\Users\edele\flowtest\node_modules\.bin\flow
flow is running on a different directory.
server_root: c:\Users\edele\flowtest, client_root: C:\Users\edele\flowtest
error Command failed with exit code 14.
I use cmd.exe in Windows 10.
I run flow in cmd to see all errors in a project, not just in open files.
Should it be fixed in flow-for-vscode extension or in flow-bin itself?
Is there a workaround?
yarn run flow. It will fail with output:I use cmd.exe in Windows 10.
I run flow in cmd to see all errors in a project, not just in open files.
Should it be fixed in flow-for-vscode extension or in flow-bin itself?
Is there a workaround?