vicmora / MMM-GoogleMapsTraffic

A raspberry pi MagicMirror module that displays a map, centered at provided coordinates, with Google Maps Traffic information.
MIT License
88 stars 32 forks source link

dependencies at install #6

Open docgonzo2015 opened 6 years ago

docgonzo2015 commented 6 years ago

Hi!

I've some errors at installing it :

├── UNMET PEER DEPENDENCY stylelint@^8.0.0 ├─┬ stylelint-config-standard@17.0.0 │ ├── UNMET PEER DEPENDENCY stylelint@^8.0.0 │ └── stylelint-config-recommended@1.0.0

npm WARN grunt-stylelint@0.9.0 requires a peer of stylelint@^8.0.0 but none was installed. npm WARN stylelint-config-standard@17.0.0 requires a peer of stylelint@^8.0.0 but none was installed. npm WARN stylelint-config-recommended@1.0.0 requires a peer of stylelint@^8.0.0 but none was installed. npm WARN MMM-GoogleMapsTraffic@1.0.0 No repository field.

vicmora commented 6 years ago

First time seeing so will have to do some research

ghost commented 6 years ago

I did npm install stylelint and then npm install again in the modules folder. This fixed everything. Hope it helps