A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
npm install not installing
-
Hi everyone,
I need some help. I was trying to install the weather module MMM-NOAA but I was getting the following error while installing npm in the MMM-NOAA directory.pi@raspberrypi:~/MagicMirror/modules/MMM-NOAA $ npm install npm WARN grunt-stylelint@0.10.0 requires a peer of stylelint@^9.0.0 but none was installed. npm WARN stylelint-config-recommended@2.1.0 requires a peer of stylelint@^8.3.0 || ^9.0.0 but none was installed. npm WARN stylelint-config-standard@18.2.0 requires a peer of stylelint@^8.3.0 || ^9.0.0 but none was installed.
Just before I tried to install MMM-NOAA I updated to MagicMirror² v2.3.1. I don’t know if this is part of the problem.
any suggestions? Many thanks in advanced. -
Ask @cowboysdude
-
Have you tried running the module? Those warnings should not affect the operation of MM or that module.
-
Thank you @Mykle1, it is now working, I had a syntax error in the config file.
-
@Dennis27 said in npm install not installing:
I had a syntax error in the config file.
I hate when that happens. :-)
-
@Mykle1
yep, classic mistake…