mirror of https://github.com/pixelfed/pixelfed
Configure npm to allow legacy peer dependencies
Add legacy-peer-deps setting to .npmrc to allow installation despite peer dependency mismatch.pull/7331/head
parent
3e2b09ebff
commit
6cd284b861
@ -1,4 +1,5 @@
|
|||||||
; vue-blurhash@0.1.4 declares a peer dependency on blurhash@^1.1.3, but the
|
; 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
|
; project uses blurhash@^2.x. The two are compatible in practice, so allow
|
||||||
; npm (v7+) to install despite the peer mismatch instead of failing.
|
; npm (v7+) to install despite the peer mismatch instead of failing.
|
||||||
|
; TODO - Remove after the new WebUI is release.
|
||||||
legacy-peer-deps=true
|
legacy-peer-deps=true
|
||||||
|
|||||||
Loading…
Reference in New Issue