aslanon / vue-confirm-dialog

Simple Confirm Dialog verification plugin with Vue.js.
https://aslanon.github.io/vue-confirm-dialog/
MIT License
191 stars 42 forks source link

Yay! You broke it.. #56

Open fjeddy opened 2 years ago

fjeddy commented 2 years ago

Latest version isn't usable at all... Installed, in node_modules, all looks good and dandy, buuuut no.

This dependency was not found:

* vue-confirm-dialog in ./src/main.js

To install it, you can run: npm install --save vue-confirm-dialog
goshku commented 2 years ago

ERROR in ./plugins/vue-confirm-dialog.js Module not found: Error: Can't resolve 'vue-confirm-dialog' in '/sda/plugins'

tvpeter commented 2 years ago

Module not found: Error: Can't resolve 'vue-confirm-dialog' in '/resources/js'

khadka7 commented 2 years ago

try npm install --save vue-confirm-dialog@1.0.2 for now.

jpa44 commented 2 years ago

1.0.1 works with webpack 5 atm

LucasHolanda21 commented 1 year ago

Latest version isn't usable at all... Installed, in node_modules, all looks good and dandy, buuuut no.

This dependency was not found:

* vue-confirm-dialog in ./src/main.js

To install it, you can run: npm install --save vue-confirm-dialog

i fixed it by going into the package.json and changing "main": "dist/index.js" to "main": "src/index.js", cant say if that solved all the problems since i'm still testing.