mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
Update .npmrc (#3399)
Don't display `npm WARN <....>` on install Only Error will be displayed
This commit is contained in:
parent
1a745cfb92
commit
16af809559
1
.npmrc
1
.npmrc
@ -1,2 +1,3 @@
|
|||||||
engine-strict=true
|
engine-strict=true
|
||||||
audit=false
|
audit=false
|
||||||
|
loglevel="error"
|
||||||
|
@ -40,6 +40,7 @@ _This release is scheduled to be released on 2024-04-01._
|
|||||||
- Changed `log.debug` to `log.log` in `app.js` where logLevel is not set because config is not loaded at this time (#3353)
|
- Changed `log.debug` to `log.log` in `app.js` where logLevel is not set because config is not loaded at this time (#3353)
|
||||||
- added message in case where config.js is missing the module.export line PR #3383
|
- added message in case where config.js is missing the module.export line PR #3383
|
||||||
- Fixed an issue where recurring events could extend past their recurrence end date (#3393)
|
- Fixed an issue where recurring events could extend past their recurrence end date (#3393)
|
||||||
|
- Don't display any `npm WARN <....>` on install (#3399)
|
||||||
|
|
||||||
### Deleted
|
### Deleted
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user