vue-type-check icon indicating copy to clipboard operation
vue-type-check copied to clipboard

Windows support?

Open fango256 opened this issue 5 years ago • 4 comments

Hi. Does this run on Windows?

The tool runs well for our developers running Linux but just exits on our machines running Windows with no errors.

I spent a bit of time picking through the code and noticed the walk function in index.js concats 'file://' to the fs path which won't be valid in Windows. But after fixing that I just ran into problems deeper into the language service where files were not being found.

I haven't got the time to investigate this further at the moment so thought i'd raise it here to see if anyone has a solution.

fango256 avatar Dec 11 '19 15:12 fango256

Since I do not have a windows machine for testing, any contribution will be welcomed.

Yuyz0112 avatar Jan 10 '20 06:01 Yuyz0112

lol

klesun-misc avatar May 08 '20 11:05 klesun-misc

New options onlyTemplate and onlyTypeScript were implemented. This is not completely related with this issue but all the code mentioned above was changed so, maybe, after all these changes are released we can have window support.

Waiting for a new release to test it.

bruiztorres avatar Sep 07 '20 10:09 bruiztorres

i have a windows machine,if you need,i can help you to debugge

qinjialei24 avatar Jan 28 '21 15:01 qinjialei24