Replies: 2 comments
-
I am crossing my fingers because I am trying using Ubuntu 22.04 and it seems to be working. Also, I believe Node 20.19.4 is the last one that the deck.gl build environment support, because deck.gl uses import asserts that were removed shortly after that. Here are the versions of some other things on my system, in case it helps.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Now I have
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR. Can you please tell me exactly which versions of Ubuntu and Node.js are you using to contribute to deck.gl?
Longer story
I keep getting errors when I run
yarn bootstrap
. The latest one is a C++ compilation error.I think everything is caused by me trying to work with the wrong version of Ubuntu and Node.js. I was able to make progress and cross out a lot of errors that came before that. Here are some of the things that I had to do to get to where I am now.
python
command, again to make gyp happy.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions