A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Remote-Control
-
@rkorell said in MMM-Remote-Control:
npm ci
be careful… the package.json was built and tested on a cloud based virtual machine.
pi and other hardware types MAY need a different version of a dependency, i’ve only seen it myself twice in 6 years, butnpm ci uses the exact package.json
npm install will get the appropriate for this platform, even if the version changes.anyhow… I use npm install --omit=dev when I do the installs script or MMM-Config
-
@sdetweil
OK; thanks for this hint.
May npm install has avoided the resulting error which I had to solve…Anyway: Thanks a LOT!
Regards,
Ralf
