echo1212

Results 17 comments of echo1212

Just one other note, my npm cache is clear.

I'm now wondering if it's the latest version of npm causing this.

bemilton, thank you for tag teaming on this issue. I'm glad to see I'm not alone with the issues. No matter which flag I use to npm/yarn install the versions...

Looks like this is a repeat of the same issue reported here: https://github.com/keplergl/kepler.gl/issues/2549

There are a few suggestions in issue #2549 however none of them worked for me. Does anyone know of a fix?

I'm thinking the most common issues are related to outdated babel or webpack scripts. I was able to get Kepler.gl 3.0 release running with React 18.3.1 and Redux 9.1.2 in...

@DButkovskyi, after you create the React project, delete the package.lock file and copy my posted package.json. Then use yarn instead to do the installs. The only issue with this method,...

> I came across a functioning version, kepler.gl-3.0.0-alpha.1.tar.gz, within a node14.21.3 system environment. After executing "yarn" at the root level of the project, the system environment updated to node18.18.2. By...

@AltayAkkus, I've been at it for about a week now trying to get a custom project working. Initially, I got the demo to work earlier this year with version 3.0.0-alpha...

@ibrahimyilgor Not sure how your main app kepler class is initiated, however, you could initially use the componantDidMount() > 'addDataToMap() with temp data to remove that popup. ``` componentDidMount() {...