click-confirm icon indicating copy to clipboard operation
click-confirm copied to clipboard

Doesn't work with Bootstrap Vue 2.1.0

Open JimJafar opened this issue 5 years ago • 4 comments

ERROR in ./node_modules/click-confirm/dist/click-confirm.common.js Module not found: Error: Can't resolve 'bootstrap-vue/es/components/popover/popover' in '/usr/src/service/node_modules/click-confirm/dist'

JimJafar avatar Jan 08 '20 03:01 JimJafar

Any solution?

scabezasiq avatar Mar 24 '20 21:03 scabezasiq

ERROR Failed to compile with 1 errors 7:06:10 PM

This dependency was not found:

  • bootstrap-vue/es/components/popover/popover in ./node_modules/click-confirm/dist/click-confirm.common.js

rachitpant avatar May 27 '20 23:05 rachitpant

I have the same error. I'm using: "bootstrap-vue": "^2.13.0"

matteogll avatar May 29 '20 06:05 matteogll

It worked for me like below, but it's definitly not recommendable. It seems like there's a problem in finding path. just hoping it could be a tiny clue though...

At node_modules\click-confirm\dist\click-confirm.common.js line 7 from var bPopover = _interopDefault(require('bootstrap-vue/es/components/popover/popover')); to var bPopover = _interopDefault(require('bootstrap-vue/esm/components/popover/popover'));

tiroring09 avatar Aug 07 '20 11:08 tiroring09