Replies: 1 comment
-
That would not work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone just run it and see if it works without any issues? I tried it on two different laptops, and it doesn't work. First, I had a problem with the project I was working on, so I decided to try the example following the documentation. Any help would be appreciated.
Issue Description
The following error chain occurs when trying to run the Google Maps 3D example:
Uncaught TypeError: WebGLDevice is undefined WebGLAdapter webgl-adapter.ts:24
Uncaught SyntaxError: The requested module '[...]/deps/@luma__gl_engine.js' doesn't provide an export named 'Device'.
Environment
-- OS: Ubuntu Linux on ThinkPad L14-Gen-4
Steps to Reproduce
Error:
Error:
Terminal Commands Run
cd examples/website/google-3d rm -rf node_modules package-lock.json npm cache clean --force npm install npm start
Related Links
Beta Was this translation helpful? Give feedback.
All reactions