vue-parser
vue-parser copied to clipboard
Upgrade to parse5 v4 to remove @types/node from dependencies
@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
That's also causing me issues at the moment resulting in errors when trying to compile typescript for es5 and having vue-parser installed.