-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Typescript: Parse5 DefaultTreeDocument not found #165
Labels
bug
Something isn't working
Comments
Hello, i have same problem here. I followed this recomendation: #60 Instal
|
I'm also running into similar issues on my package.json:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I installed
single-spa@beta
andsingle-spa-layout@^2
and see following error:So I checked the content of the
parse5
and@types/parse5
dependency and I can't find thisDefaultTreeDocument
anywhere.It's pretty confusing, because
single-spa@^5
withsingle-spa-layout@^1
also expects this member but doesn't throws an error. Even though bothsingle-spa-layout
versions use the same version ofparse5
.Is this a known issue or does anyone have an idea what's wrong here?
The text was updated successfully, but these errors were encountered: