You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When my docker runs
npm ci
, it shows package.json and lock does not sync because of theTailwindCSS
issue.But when I change the Docker command to
npm install
, it shows(node:24) UnhandledPromiseRejectionWarning: Error: Cannot find module 'tailwindcss'
.I have tried to change the package which shown below and still receiving an error.
Refer to the image name PostCSS8 and Tailwind@PostCSS7-Compact for the actual error message.
I have tried to move the
tailwindcss
fromdevDependencies
todependencies
and that does not help either.Beta Was this translation helpful? Give feedback.
All reactions