Cannot find module '@tailwindcss/postcss' #16067
Unanswered
danielteles
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building a custom Angular library to encapsulate DaisyUI (which requires Tailwind to be set up). I created the library using Angular CLI with the command:
ng generate library daisy-ui
After that, I followed the instructions from this section of the Tailwind documentation: Tailwind Angular Framework Guide. However, when I try to build the application, I encounter the following error:
Cannot find module '@tailwindcss/postcss'.
Has anyone else faced this issue? I've seen plenty of troubleshooting guides for earlier versions of Tailwind, but there’s very little available for the current version. I'm not sure what I might be doing wrong to resolve this.
Beta Was this translation helpful? Give feedback.
All reactions