flipbook-vue icon indicating copy to clipboard operation
flipbook-vue copied to clipboard

Import flipbook-vue/vue2 not recognized

Open adavie1 opened this issue 2 years ago • 7 comments

Installed via yarn add flipbook-vue

Error yarn dev: flibook-vue/vue2 not present

Code: import VueFlipbook from 'flipbook-vue/vue2'

adavie1 avatar Sep 13 '22 09:09 adavie1

Which bundler do you use? (webpack, etc) With webpack it builds fine as in examples/vue2module.

ts1 avatar Sep 13 '22 09:09 ts1

Webpack

adavie1 avatar Sep 14 '22 01:09 adavie1

Can you provide a minimum, complete set of a project that reproduces the problem?

ts1 avatar Sep 14 '22 04:09 ts1

Been a bit busy the new release of Vue app. I'll get back to you latest next week.

adavie1 avatar Sep 29 '22 11:09 adavie1

Same problem here


[Error: ENOENT: no such file or directory, stat '/.VolumeIcon.icns'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'stat',
  path: '/.VolumeIcon.icns'
}

brazilsunshine avatar Nov 03 '22 20:11 brazilsunshine

/.VolumeIcon.icns

That file is not part of flipbook-vue, and it does not require it.

ts1 avatar Nov 04 '22 02:11 ts1

Check this https://github.com/ts1/flipbook-vue/issues/85#issuecomment-1399386366 (ignore Nuxt 2 stuff when just registering it in a vue project)

kabaluyot avatar Jan 22 '23 02:01 kabaluyot