Commit Graph

2 Commits (dev)

Author SHA1 Message Date
Shlee 6cd284b861
Configure npm to allow legacy peer dependencies
Add legacy-peer-deps setting to .npmrc to allow installation despite peer dependency mismatch.
1 week ago
Your Name 6936171679 chore: add .npmrc with legacy-peer-deps for blurhash conflict
vue-blurhash@0.1.4 peer-depends on blurhash@^1.1.3 while the project
uses blurhash@^2.x. Enable legacy-peer-deps so npm ci/install (and the
composer build script) resolve instead of failing with ERESOLVE.
1 week ago