jalibu / MMM-Jast

A minimalistic stock ticker based on Yahoo's finance API for the MagicMirror² platform.
MIT License
70 stars 22 forks source link

Update install command #67

Closed KristjanESPERANTO closed 10 months ago

KristjanESPERANTO commented 10 months ago

I don't think anyone uses npm under version 8 to run MagicMirror anymore.

In version 8.x and above use --omit=dev flag .... If you use 6.x or an earlier version, you need to use the --only=prod flag instead.

Source: https://stackoverflow.com/a/9276112

jalibu commented 10 months ago

Kannst nicht schlafen, he? 😅

jalibu commented 10 months ago

I‘d say we should just use 'npm install' for simplicity. It takes a few seconds longer and consumes some additional megabytes of disk, but so what…

KristjanESPERANTO commented 10 months ago

Kannst nicht schlafen, he? 😅

Ja 😴 Du aber offenbar auch nicht 😅

I‘d say we should just use 'npm install' for simplicity.

Yeah, I think that's good. I'll change my PR.