-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue bundle missing from npm package #1671
Comments
I have the same issue |
+1 |
1 similar comment
+1 |
Same issue for me, I have downgraded to version 2.7.2 until this is patched. |
The issue has been resolved in version https://github.com/sachinchoolur/lightGallery/releases/tag/2.8.2 The build for Vue silently failed due to an incorrect Node.js version. Thanks for reporting this! |
Thank you for your quick response, I've upgraded my affected projects and they are working again with the new version! |
Description
The Vue integration appears to be missing from the npm package. When trying to import from 'lightgallery/vue', we get the error:
Cannot find module 'lightgallery/vue' or its corresponding type declarations.
Steps to reproduce
npm install lightgallery
Environment
Browser and version - Brave [Version 1.69.168 Chromium: 128.0.6613.138 (Official Build) (arm64)]
OS - MAC OS Sequoia Version 15.0.1
lightGallery version - 2.8.1
Node.js version - 20
Vue version - 3.3.0
Additional context
The Vue integration bundle seems to be missing from the npm package structure, while React integration is present.
The text was updated successfully, but these errors were encountered: