We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a745cf commit 16af809Copy full SHA for 16af809
.npmrc
@@ -1,2 +1,3 @@
1
engine-strict=true
2
audit=false
3
+loglevel="error"
CHANGELOG.md
@@ -40,6 +40,7 @@ _This release is scheduled to be released on 2024-04-01._
40
- Changed `log.debug` to `log.log` in `app.js` where logLevel is not set because config is not loaded at this time (#3353)
41
- added message in case where config.js is missing the module.export line PR #3383
42
- Fixed an issue where recurring events could extend past their recurrence end date (#3393)
43
+- Don't display any `npm WARN <....>` on install (#3399)
44
45
### Deleted
46
0 commit comments