Configure npm to allow legacy peer dependencies

Add legacy-peer-deps setting to .npmrc to allow installation despite peer dependency mismatch.
pull/7331/head
Shlee 1 week ago committed by GitHub
parent 3e2b09ebff
commit 6cd284b861
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,5 @@
; vue-blurhash@0.1.4 declares a peer dependency on blurhash@^1.1.3, but the
; project uses blurhash@^2.x. The two are compatible in practice, so allow
; npm (v7+) to install despite the peer mismatch instead of failing.
; TODO - Remove after the new WebUI is release.
legacy-peer-deps=true

Loading…
Cancel
Save