Wolfgang Sch
Wolfgang Sch
try this in your script `export default { components: { Carousel: () => import("vue-carousel") .then((m) => m.Carousel) .catch(), Slide: () => import("vue-carousel") .then((m) => m.Slide) .catch(), },`
hi alex, did you found any solution for this issue? kr wolfie
hi, i think i found a solution for this issue try to comment out line 75 in acf-qtranslate/assets/acf5/fields/image.php `add_filter('wp_prepare_attachment_for_js', array($this, 'wp_prepare_attachment_for_js'), 10, 3);`
i used Version 1.7.25
sorry for my late respons. i downgrade node to v 14 and it works well. Steps: [https://medium.com/@georgeenathomas/3-step-process-to-downgrade-node-version-using-homebrew-bc0b0a72ae27](url) thanks
hi mgd722, thank you for your response. This not working for me. I unlinked the project from node@14 and linked with [email protected] and it works, but the gridsome build command...