jclarke0000 / MMM-DarkSkyForecast

Magic Mirror module to display weather information using the Dark Sky API
84 stars 64 forks source link

Remove npm from dependency list #4

Closed michael5r closed 5 years ago

michael5r commented 5 years ago

image

npm should never be included as a dependency in a package - it's entirely reliant on the version of node you have installed.

jclarke0000 commented 5 years ago

npm wasn't added explicitly. It got added I'm assuming when I included one of the others. It's possible that a specific version of npm is required in order to install one of the other dependencies. Leaving this in place.