MarquezProject / marquez

Collect, aggregate, and visualize a data ecosystem's metadata
https://marquezproject.ai
Apache License 2.0
1.7k stars 296 forks source link

Web UI error - Module not found #2827

Closed protokoul closed 6 days ago

protokoul commented 1 month ago

I have followed the steps here to run the web UI. I am running node v18.20.3 on Windows using nvm on gitbash. I was able to install the dependencies and after trying to start the UI, I get this error

image

boring-cyborg[bot] commented 1 month ago

Thanks for opening your first issue in the Marquez project! Please be sure to follow the issue template!

wslulciuc commented 1 month ago

@phixMe, thoughts?

phixMe commented 1 month ago

Hmm, It looks like this could possibly be a relative import pathing issue in the webpack config. Is there a setting that you can change to rectify this the webpack.dev.js file. (And the other corresponding webpack files)

I cannot recreate this myself on my Mac, but perhaps we need something like this instead:

entry: path.resolve(__dirname, './src/index.tsx'),

Anyways, @protokoul if you could try a few local debugging steps out yourself and potentially contribute your findings that would be much appreciated.

protokoul commented 1 month ago

I ran this command npm install history and then ran the dev server. It worked. Maybe having only the type definitions (@types/history) without the actual package can cause issues?

phixMe commented 6 days ago

I'm going to close this because it appears that there has been a resolution and I haven't seen any more reports.