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
Start building sites …
hugo v0.144.2+extended+withdeploy darwin/amd64 BuildDate=2025-02-19T12:17:04Z VendorInfo=brew
Built in 1398 ms
Error: error building site: TAILWINDCSS: failed to transform "/css/main.css" (text/css): Error: Failed to find 'tailwindcss'
in [
mysite/website/mysite-site
at /node_modules/postcss-import/lib/resolve-id.js:35:13
/node_modules/postcss/lib/lazy-result.js:293:11)
/node_modules/tailwindcss/lib/cli/build/index.js:49:9)
Code Reproduction URL
No response
Additional Information
I ran these before npm run dev
npm run update-theme
npm run update-modules
The text was updated successfully, but these errors were encountered:
Hey @pasdengl, can you share your repository? Also, it's a big update, and many dependencies have been changed. So it's recommended that you fork or clone the latest code instead of using the update-theme script.
@tfsomrat We use Hugoplate here and run into the same problem. We use Hugoplate as a submodule in themes/hugoplate and pull in the latest changes occasionally. We do dot use the update-theme script.
Initially we used npm run project-setup to set up the example project and make custom changes in layouts folder.
What is your Hugo Extended Version
hugo v0.144.2+extended+withdeploy darwin/amd64
What is your Go Version
go1.24.0 darwin/amd64
What is your Node.js Version
[email protected]
What is your Operating System
mac
Check for Existing Issues
Expected Behavior
npm run dev to be successful, but its not
Steps to Reproduce
npm run dev
Start building sites …
hugo v0.144.2+extended+withdeploy darwin/amd64 BuildDate=2025-02-19T12:17:04Z VendorInfo=brew
Built in 1398 ms
Error: error building site: TAILWINDCSS: failed to transform "/css/main.css" (text/css): Error: Failed to find 'tailwindcss'
in [
mysite/website/mysite-site
at /node_modules/postcss-import/lib/resolve-id.js:35:13
/node_modules/postcss/lib/lazy-result.js:293:11)
/node_modules/tailwindcss/lib/cli/build/index.js:49:9)
Code Reproduction URL
No response
Additional Information
I ran these before npm run dev
npm run update-theme
npm run update-modules
The text was updated successfully, but these errors were encountered: