MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
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 it’s a script issue. I don’t install any of the development resources, to reduce space and also avoid install failures on armv6l systems.
I’ll fix the scripts. Thanks -
@fischershaw I have pushed a fix for the two scripts, install and update…
thanks for reporting the problem