Smashing / smashing

The exceptionally handsome dashboard framework in Ruby and Coffeescript.
https://smashing.github.io/
MIT License
3.22k stars 324 forks source link

Example dashboard don't show widgets #195

Closed JCluzet closed 1 year ago

JCluzet commented 1 year ago

Hi, I have installed smashing with basic command, but when I launch the localhost:3030 I don't see any widgets, only the sequenceTry this:

Screenshot 2022-10-26 at 00 21 31

Screenshot 2022-10-26 at 00 22 14

Thank you!

kinow commented 1 year ago

Hi! :wave:

Anything in the browser JS console? Any extension that could be blocking JS/CSS/etc?

JCluzet commented 1 year ago

Hi 👋 Thank you very much for helping me

Yes I see this error in JS console : Screenshot 2022-10-26 at 01 52 08

Screenshot 2022-10-26 at 01 56 05

Also I have only 2 extensions that have nothing to do with Javascript. I have just tried to deactivate them but it doesn't change anything.

kinow commented 1 year ago

Thanks for the screenshots. I remember users reporting issues due to the version (or missing) of Node. Could you share your versions of node, ruby, and smashing (I believe you have the latest?), please?

Thanks! Bruno

JCluzet commented 1 year ago

Whaw thanks you ! I found the answer! When doing npm -v, nothing was displayed, my version of npm must have been corrupted. I reinstalled npm by following this tutorial: https://askubuntu.com/questions/1036806/how-to-remove-npm-and-reinstall-npm-completely-in-18-04

And now the widgets are displayed again! Thanks for your help and congratulations for this great project!

kinow commented 1 year ago

Not a problem. Thanks for letting us know it worked! 🙌