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
2 changed files with 2 additions and 0 deletions

1
.npmrc
View File

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