-
Notifications
You must be signed in to change notification settings - Fork 16
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
Issues trying to get webpack example running #10
Comments
Update: Using the latest code from main 8.0.0 alpha.25 (#8) I ran the following to get further
this results in the following error in the browser js console. The background map shows up but errors prevent the flowmap layer showing up.
|
This is related: visgl/luma.gl#1587 |
Hi @AlanMcCann, I just noticed that the deck.gl examples have been updated to use vite instead of webpack. Maybe that's an option for you to try. |
Thanks. I will try that! I appreciate the heads up! |
Can the vite resolve this issue? I have the same problem: check program failed with webpack4 |
Hi there, I'm also experiencing the same issue
I inspected the I cloned the repository locally, built it successfully, and used |
That's interesting. So you get no errors when you I hope to publish a new release in the next few days with all the deps updated. Maybe it helps to resolve the issue. |
Yes that's correct. I should also mention I used
It's an Angular project so I believe that uses webpack under the hood. For deck.gl examples, I usually use the vanilla html ones as a reference as it's easier to convert to Angular. When you release a new version, I can try the published npm build again and let you know if that fixes things. |
I have been trying to get the webpack-app example running and have only been able to get to the point of this error
I'm using the latest master code, deleting the root level package.json and running
npm i
andnpm run start
from the webpack-app directory,It seems like the non-react examples might not be up to date and/or the library is only working completely with react-based.
Any help is appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: