Named export 'TailwindPagination' not found. Nuxt 3 on Vercel #154
Unanswered
partenit
asked this question in
Help & support
Replies: 2 comments
-
If it works locally, then I'd guess it's an issue with your deployment instead of an issue with the package itself. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This solved my issue:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
working without error locally on dev server
but after deploy to Vercel error:
500
Named export 'TailwindPagination' not found. The requested module 'laravel-vue-pagination' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'laravel-vue-pagination'; const { TailwindPagination } = pkg;
my code:
Beta Was this translation helpful? Give feedback.
All reactions