ts1 / flipbook-vue

3D page flip effect for Vue.js
https://ts1.github.io/flipbook-vue/
614 stars 158 forks source link

Import flipbook-vue/vue2 not recognized #79

Open adavie1 opened 1 year ago

adavie1 commented 1 year ago

Installed via yarn add flipbook-vue

Error yarn dev: flibook-vue/vue2 not present

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

ts1 commented 1 year ago

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

adavie1 commented 1 year ago

Webpack

ts1 commented 1 year ago

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

adavie1 commented 1 year ago

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

brazilsunshine commented 1 year ago

Same problem here


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

/.VolumeIcon.icns

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

kabaluyot commented 1 year ago

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