Flow version:
0.102.0-rc
Visual Studio Code
Extension: Flow Language Support
flow can't be started with the latest flow version due to version number passing 0.100. I get these error messages:
Output:
[Error - 22:37:38 - FoodShare\FoodShare\.flowconfig] Error loading flow using option 'useNPMPackagedFlow'
Pkg flow-bin not found in e:\Git\FoodShare\FoodShare, e:\Git\FoodShare
[Info - 22:37:38 - FoodShare\FoodShare\.flowconfig] Found flow using option `pathToFlow`
[Info - 22:37:39 - FoodShare\FoodShare\.flowconfig] Using flow 'C:\Users\Johan\AppData\Roaming\npm\flow.cmd' (v0.102.0-rc)
[Error - 22:37:39 - FoodShare\FoodShare\.flowconfig] Failed to start flow
Error: Flow version 0.102.0-rc doesn't support 'flow lsp'. Please upgrade flow to version >=0.75.
@mroch
This is related to how semver handles the 'rc' in the version number:
semver.satisfies("0.102.0-rc", ">=0.75") // false
semver.satisfies("0.102.0", ">=0.75") // true
@telaoumatenyanis Please close this issue.
@Mayank1791989 Sorry, this is not my issue and therefore have no way to close it 馃槄
Oh sorry :)
still an issue for me
Turn off use LSP
@istomyang Which version of flow you are using?
@Mayank1791989 Must under 0.75 version, but I know the latest version is 0.129.0.
Because I am now reading a vuejs codes, it's not in development.
@istomyang Are you seeing the message even after turning off useLSP?
@Mayank1791989
No. Message above says she can't support flowlsp, and I have no lsp server, so I turn it off and no error shows.
Most helpful comment
still an issue for me