Skip to content

Commit 16af809

Browse files
authored
Update .npmrc (#3399)
Don't display `npm WARN <....>` on install Only Error will be displayed
1 parent 1a745cf commit 16af809

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
engine-strict=true
22
audit=false
3+
loglevel="error"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ _This release is scheduled to be released on 2024-04-01._
4040
- Changed `log.debug` to `log.log` in `app.js` where logLevel is not set because config is not loaded at this time (#3353)
4141
- added message in case where config.js is missing the module.export line PR #3383
4242
- Fixed an issue where recurring events could extend past their recurrence end date (#3393)
43+
- Don't display any `npm WARN <....>` on install (#3399)
4344

4445
### Deleted
4546

0 commit comments

Comments
 (0)