Solve it like this: “npm install --arch=armv7l”
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
I
Best posts made by InfiProj
-
RE: Installing on a Pi Zero
Latest posts made by InfiProj
-
RE: Installing on a Pi Zero
@sdetweil
“uname -m” - does the same as “arch”,
“uname -p” and “uname -i” says unknown. -
RE: Installing on a Pi Zero
@sdetweil
In Linux we can ask OS about architecture. “arch” - this command returns CPU architecture. For rpi zero - armv6l, for rpi 3b - armv7l. Maybe that helps you. -
RE: Installing on a Pi Zero
@qu1que
Yes, I just update installation command by --arch argument, and MM installs w/o errors. -
RE: Installing on a Pi Zero
Solve it like this: “npm install --arch=armv7l”