-
-
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
Error in constructRoutes when compiling typescript. #60
Comments
Hi @gjhommersom, could you check whether the following file exists in your node_modules: If it doesn't exist, run |
I have done some digging around and I found the following:
Versions of I have resolved the issue by running My suspicion is that required version of parse5 should be added as a dependency. In beta-6 it is a dev-dependency and my guess that is the reason it is not installed. I see that this has been done in the latest source changes but those have not been released. |
Thanks for the further investigation into this. The reason that the master branch has |
Closing due to inactivity, feel free to comment further / reopen if this is still an issue. |
Version: single-spa-layout@^1.0.0-beta.6:
Everything seems to be working fine but there is an error when compiling typescipt.
This error is preventing the buildserver from running successfully because no errors are allowed.
The text was updated successfully, but these errors were encountered: