Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nerdkid93 opened this issue Apr 6, 2018 · 1 comment
Open

Comments

@nerdkid93
Copy link

@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

@WolfspiritM
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants