kartikk-k/dashboard-ui

New to react/nextjs and can't load the dashboard locally

Closed this issue · 2 comments

Love the dashboard you've built and would like to play around with it but failing to running it locally and not clear on what the issues is.

After installing packages, I've ran npm run dev but when I go to localhost:3000/ the app correctly redirects me to /app/dashboard but nothing renders. When I inspect the elements, I can see the element's code in HTML but they don't load. Any idea on how to fix it?

I cloned the repo, and it works fine. Please try updating node.

If it still not works try adding error message in the reply to understand what is causing the error.

Yes indeed updating node did make it work! Thank you