I cannot deploy nuxt3 app with vercel when use primevue + tailwindcss
I got error message from build log vercel (#attach image)
Please, help me.
thanks you.
3 Replies
I tried to build it on my Mac, it worked well with no any error.
I use Nuxt3, tailwindcss, primevue+tailwind, vite technogoly.
it may be related to this? https://github.com/primefaces/primevue-nuxt-module/pull/53
GitHub
fix: normalize file paths for Windows by Lehoczky · Pull Request #5...
When using importPT with path.resolve on Windows, the \ characters are not escaped, leading to "failed to resolve import" errors.
This PR addresses this issue.
@ineshbose thank you for your reply. but It's not work. I still got the same error.