Update .npmrc (#3399)

Don't display `npm WARN <....>`  on install

Only Error will be displayed
This commit is contained in:
Bugsounet - Cédric 2024-03-16 13:06:27 +01:00 committed by GitHub
parent 1a745cfb92
commit 16af809559
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
.npmrc
View File

@ -1,2 +1,3 @@
engine-strict=true
audit=false
loglevel="error"

View File

@ -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)
- 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)
- Don't display any `npm WARN <....>` on install (#3399)
### Deleted