Read the statement by Michael Teeuw here.
Can't Install: Segmentation Fault when Installing Fonts
-
@sdetweil Because you’d recommended that to the OP I gave that a try but it didn’t make a difference.
Like I said, the MM is running now but I’d be a lot more comfortable if I could get to the bottom of this and a couple of other small things.
Thank you kindly for the replies.
-
@jg3 k, tell me how you set that up so I can try to recreate…
i have virtualbox, and vmware Workstation… no esx around tho
I run macOS catalina, Ubuntu 19.04, and Zorin vms and install MM on all of them without problem
(VMs under vmware). my vmware host is either windows 10 or Ubuntu Mate 18.04 (dual boot)ah, i see raspian for x86… downloading now
-
@jg3 ok, this is a bug in the installer for the roboto-fontface package
if u edit the ~/MagicMirror/fonts/package.json, and change
"dependencies": { "roboto-fontface": "^0.8.0" }
to
"dependencies": { "roboto-fontface": "latest" }
it will work…
-
-
@sdetweil Great! That fixed it right up. Thank you! (:
-
@jg3 awesome… thanks for the feedback and testing time