aurora-opensource / streetscape.gl

Visualization framework for autonomy and robotics data encoded in XVIZ

Home Page:http://www.streetscape.gl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Running Error

ekurtgl opened this issue · comments

Hi,

Thank you for the awesome repository. I just started exploring xviz and streetscape, and I was trying to get the example working. But the yarn start command throws the following error:

image

Any guesses on what might be the problem? Thanks.

Looks like you are using Node 20? Suspect downgrading will remove this particular issue.

I am using v18.16.0 as can be seen in the image @ibgreen .

I guess this was a node related problem. I installed node v16.20.0 via nvm, and installed yarn via npm i -g yarn. yarn start works fine now.