jadjoubran / webdash

🔥 Orchestrate your web project with Webdash the customizable web dashboard
https://webdash.xyz
MIT License
1.55k stars 70 forks source link

npx webdash serve error #45

Closed ahmadalibaloch closed 6 years ago

ahmadalibaloch commented 6 years ago

After installing when I run npx webdash serve it gives this in terminal Object.entries is not a function

Its a webpack react app directory that I am installing in.

jadjoubran commented 6 years ago

Hi @ahmadalibaloch Thanks for giving webdash a try! You're most likely running a node version that is older than 8.0 Can you please upgrade node and try again?

ahmadalibaloch commented 6 years ago

It solved the problem. but I couldn't see any thing on dashboard. Says "add some plugins" yet I have added plugins as started in get started doc.

jadjoubran commented 6 years ago

yeah indeed, that's because it was broken I'm gonna properly fix this by showing a warning if you run webdash serve on an incompatible node version here #46