Smashing / smashing

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

Sample page dashboard not load on Windows 10/Chrome 83.0.4103.116 #172

Closed bhupeshdahal closed 3 years ago

bhupeshdahal commented 4 years ago

Describe the bug After installation out of the box sample dashboards does not load

To Reproduce Steps to reproduce the behavior:

  1. Install Smashing
  2. Start Server >> Error with Event Machine (had to uninstall and re-install this)
  3. Start server again

Expected behavior Localhost:3030 does not load dashboard

Screenshots image (1) image

Desktop (please complete the following information):

kinow commented 4 years ago

Anything in the browser console?

bhupeshdahal commented 4 years ago

https://github.com/Shopify/dashing/issues/249 seems like samte issue; It got resolved after installing nodejs on my machine

kinow commented 3 years ago

Probably missing npm or coffe script. I found it while writing the docs for Windows: https://github.com/Smashing/smashing/wiki/Installation#sample-dashboard-does-not-load-on-windows-shows-only-a-blank-screen (might be worth checking npm is available even if on Linux).

Feel free to re-open if you have confirmed the issue persists even after install npm/node (worth trying installing coffeescript too perhaps).

Thanks! Bruno