-
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 DescriptionThe following error chain occurs when trying to run the Google Maps 3D example:
Environment-- OS: Ubuntu Linux on ThinkPad L14-Gen-4
Steps to Reproduce
npm install
npm start
## Error Chain
1. First attempt with original code:
```javascript
import {Device} from '@luma.gl/engine'; Error:
import {WebGLDevice} from '@luma.gl/engine'; Error:
Terminal Commands Runcd 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.
Answered by
ibgreen
Jan 25, 2025
Replies: 1 comment
-
That would not work. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AzyAli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That would not work.
WebGLDevice
is exported from@luma.gl/webgl
.