tderflinger / vue-audio-tapir

Audio recorder component for Vue.js 3. It enables to record, play and send audio messages to a server.
MIT License
51 stars 16 forks source link

Vue 3 project getting this error on install #8

Open dyardy opened 11 months ago

dyardy commented 11 months ago

npm i vue-audio-tapir --save npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: k2m@0.0.0 npm ERR! Found: vue@3.3.8 npm ERR! node_modules/vue npm ERR! vue@"^3.3.4" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer vue@"3.2.39" from vue-audio-tapir@1.5.0 npm ERR! node_modules/vue-audio-tapir npm ERR! vue-audio-tapir@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

pumba-dev commented 5 months ago

I also tried installing and got the same error.

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: admin@3.24.0 npm ERR! Found: vue@3.4.14 npm ERR! node_modules/vue npm ERR! vue@"3.4.14" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer vue@"3.2.39" from vue-audio-tapir@1.5.0 npm ERR! node_modules/vue-audio-tapir npm ERR! vue-audio-tapir@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR!

emersonthis commented 4 months ago

Same for me

tderflinger commented 4 months ago

@emersonthis, @pumba-dev, @dyardy. Please update your version to 1.6.1. The error should now be gone. Please confirm that it installs correctly.