kepler.gl icon indicating copy to clipboard operation
kepler.gl copied to clipboard

[fix] fix for starting demo-app

Open igorDykhta opened this issue 1 year ago • 2 comments

Fir for starting demo-app.

At the moment running yarn start produces the following error:

ERROR in ./node_modules/@loaders.gl/core/node_modules/@probe.gl/log/dist/utils/hi-res-timestamp.js 7:27
Module parse failed: Unexpected token (7:27)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|     let timestamp;
|     if (isBrowser() && window.performance) {
>         timestamp = window?.performance?.now?.();
|     }
|     else if ('hrtime' in process) {

Possibly related to #2593

igorDykhta avatar Jul 23 '24 19:07 igorDykhta

Deploy Preview for keplergl2 ready!

Name Link
Latest commit 73d90ed1c17f5e9e1928ab9382686ec3cd811227
Latest deploy log https://app.netlify.com/sites/keplergl2/deploys/66a22f9667850e0008c54dbc
Deploy Preview https://deploy-preview-2594--keplergl2.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Jul 23 '24 19:07 netlify[bot]

@ibgreen Kepler.gl 3.0 release doesn't run as per current documentation. Do you have a list of steps to run the demo we can publish in the documentation?

Regards,

E

echo292 avatar Jul 25 '24 19:07 echo292

Are there any plans to migrate over to vite?

indranildeveloper avatar Nov 04 '24 09:11 indranildeveloper