A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
eslint missing on new install
-
First time user.
Used the detweiler script to install the latest version of MM (v2.11.0) on a fresh installation of Raspian (NOOBS v3.2.1). Ran “npm run config:check” which reports that eslint is missing. Running “npm install eslint” fixes this issue.
Is this a MM issue or Detweiler script issue?
-
@fischershaw I fixed that. A week ago.
Show me the ~/install.logCode from installer
if [ $newver == '2.11.0' ]; then # fixup missing eslint (in dev dependencies) npm install eslint >>$logfile fi
-
Sorry, posted it a second time because I did not see the original post show up for some reason.
-
@fischershaw ok. I replied to your original post