vue-parser icon indicating copy to clipboard operation
vue-parser copied to clipboard

Upgrade to parse5 v4 to remove @types/node from dependencies

Open nerdkid93 opened this issue 6 years ago • 1 comments

@types/node is interfering with our types because fork-ts-checker uses this package, and you depend on parse5, so @types/node gets installed in our node_modules where it interferes with our other typings that we have defined.

Please update the version of parse5 to ^4.0.0

nerdkid93 avatar Apr 06 '18 16:04 nerdkid93

That's also causing me issues at the moment resulting in errors when trying to compile typescript for es5 and having vue-parser installed.

WolfspiritM avatar May 09 '18 12:05 WolfspiritM