@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, but
npm 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