Yay! You broke it..
fjeddy opened this issue · 5 comments
fjeddy commented
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
ERROR in ./plugins/vue-confirm-dialog.js Module not found: Error: Can't resolve 'vue-confirm-dialog' in '/sda/plugins'
tvpeter commented
Module not found: Error: Can't resolve 'vue-confirm-dialog' in '/resources/js'
khadka7 commented
try npm install --save vue-confirm-dialog@1.0.2
for now.
jpa44 commented
1.0.1 works with webpack 5 atm
LucasHolanda21 commented
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.