-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Failed to compile - Module not found #765
Comments
You probably will have to add those two dependencies:
|
I was able to fix it. There were further bugs to fix afterwards. I would like to note that it can only be a temporary solution. This package should be updated as well. Now here the steps. Get the package
Install the peer dependenciesMake sure to add
Fix next errors
As mentioned in #598 you have to do the following.
.canvas {
height: 100vh;
} |
I hit the same problem. The workaround solves the problem for now |
releasing a new version of the lib now that matches the docs |
After installation as described in the documentation I got the following errors.
Module not found: Can't resolve 'ml-matrix'
I think this package should not be a dependency anymore but Point.js still requires it (../node_modules/@projectstorm/geometry/dist/es/Point.js). See also #763
Module not found: Can't resolve '@emotion/react'
It seems that @emotion/core has been renamed to @emotion/react.
How do I get this fixed? Thanks for the help!
The text was updated successfully, but these errors were encountered: