vue-confirm-dialog icon indicating copy to clipboard operation
vue-confirm-dialog copied to clipboard

Yay! You broke it..

Open fjeddy opened this issue 2 years ago • 5 comments

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

fjeddy avatar Mar 20 '22 19:03 fjeddy

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

goshku avatar Mar 21 '22 11:03 goshku

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

tvpeter avatar Mar 22 '22 11:03 tvpeter

try npm install --save [email protected] for now.

khadka7 avatar Mar 23 '22 09:03 khadka7

1.0.1 works with webpack 5 atm

jpa44 avatar Mar 24 '22 15:03 jpa44

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.

LucasHolanda21 avatar Apr 03 '23 17:04 LucasHolanda21