aslanon/vue-confirm-dialog

Yay! You broke it..

fjeddy opened this issue · 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

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

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

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

jpa44 commented

1.0.1 works with webpack 5 atm

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.