tsuquyomi icon indicating copy to clipboard operation
tsuquyomi copied to clipboard

"Your TypeScript version is invalid" in vim8

Open tobstarr opened this issue 7 years ago • 2 comments

The plugin currently no longer works in my local environment. When opening a typescript file I get the error Your TypeScript version is invalid.

I bisected the recent commits and things work fine until 72681b0 but seem to be broken since 0a2c402.

Her is my local setup:

Typescript

installed via yarn gobal add typescript

tsc --version
Version 2.2.2

Vim

installed via dnf install vim (on fedora 25)

vim  --version  | head -n 2
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Apr 11 2017 20:00:38)
Included patches: 1-562

tobstarr avatar Apr 20 '17 20:04 tobstarr

+1 I have the same issue

deniciocode avatar Apr 21 '17 14:04 deniciocode

Tsuquyomi does not supports yarn unfortunately, npm and yarn global folders are located in different paths.

wizardlink avatar Oct 17 '18 21:10 wizardlink