-
-
Notifications
You must be signed in to change notification settings - Fork 227
Description
What doesn't work?
I'm getting errors when I run npm start and the dev instance crashes. The error messages look like this:
'/home/rick/OctoDash/node_modules/electron/dist/electron: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory'
I say look like this because I an error on one library, install that library, then run it again and get a different one. I got to libasound.so.2 and couldn't install it.
What did you already try?
Updating NodeJS, and installing the libraries that are missing, among a few other things.
General Information:
WSL under Ubuntu. Latest OctoDash as of an hour or so ago.
Additional context
I don't really want to run a dev instance of OctoDash. I want to make a small change to the screen that is attached to this post (I want to widen it so it takes up more of the screen). I'm looking for the CSS associated with it so I can put that into my custom-styles.css. If someone can tell me what that CSS is, I'd be happy with that solution. I wish there was a way to figure out the CSS for a given screen without setting up a dev instance.
(One picture shows the screen I'm talking about and the other with a red rectangle shows how much I want to widen it.)
