I’m trying to use Tailwind with Theme Pehtheme Hugo (only the theme) - GitHub - dceuppens/tailwindtrial: Hugo Tailwindtrial
I can use the theme without issues. When I want implement the steps mentioned in the doc css.TailwindCSS to adapt the css I get the error below. It seems Parcel Watcher is looking for @parcel/watcher-darwin-x64 but I’m using a Mac arm64 - and watcher-darwin-arm64 is installed.
Not sure if this is a Hugo issue - or more related to some Tailwind configuration issue - Hugo, Node, Tailwind etc are updated to latest versions. Gemini/Claude are not really helpful to fix the issue
Hope someone can help
Dirk
dirkceuppens@MacBook-Pro recepten % hugo server
Watching for changes in /Users/dirkceuppens/documents/sites/recepten/archetypes, /Users/dirkceuppens/documents/sites/recepten/assets/{css,images}, /Users/dirkceuppens/documents/sites/recepten/content/posts, /Users/dirkceuppens/documents/sites/recepten/data, /Users/dirkceuppens/documents/sites/recepten/i18n, /Users/dirkceuppens/documents/sites/recepten/layouts/{_default,_partials}, /Users/dirkceuppens/documents/sites/recepten/package.json, /Users/dirkceuppens/documents/sites/recepten/static, /Users/dirkceuppens/documents/sites/recepten/themes/pehtime/archetypes, /Users/dirkceuppens/documents/sites/recepten/themes/pehtime/assets/{css,js}, ... and 2 more
Watching for config changes in /Users/dirkceuppens/documents/sites/recepten/hugo.toml, /Users/dirkceuppens/documents/sites/recepten/themes/pehtime/hugo.toml
Start building sites …
hugo v0.155.3+extended+withdeploy darwin/amd64 BuildDate=2026-02-08T16:40:42Z VendorInfo=Homebrew
Built in 2635 ms
ERROR error building site: renderDeferred: "/Users/dirkceuppens/documents/sites/recepten/themes/pehtime/layouts/_default/list.html:16:7": execute of template failed: template: list.html:16:7: executing at <partial "css.html" .>: error calling partial: "/Users/dirkceuppens/documents/sites/recepten/layouts/_partials/css.html:5:38": execute of template failed: template: _partials/css.html:5:38: executing "_partials/css.html" at <.RelPermalink>: error calling RelPermalink: TAILWINDCSS: failed to transform "/css/main.css" (text/css): /Users/dirkceuppens/documents/sites/recepten/node_modules/@parcel/watcher/index.js:27
throw new Error(`No prebuild or local build of @parcel/watcher found. Tried ${name}. Please ensure it is installed (don't use --no-optional when installing with npm). Otherwise it is possible we don't support your platform yet. If this is the case, please report an issue to https://github.com/parcel-bundler/watcher.`);
^
Error: No prebuild or local build of @parcel/watcher found. Tried @parcel/watcher-darwin-x64. Please ensure it is installed (don't use --no-optional when installing with npm). Otherwise it is possible we don't support your platform yet. If this is the case, please report an issue to
.
at Object.<anonymous> (/Users/dirkceuppens/documents/sites/recepten/node_modules/@parcel/watcher/index.js:27:13)
at Module._compile (node:internal/modules/cjs/loader:1804:14)
at Object..js (node:internal/modules/cjs/loader:1936:10)
at Module.load (node:internal/modules/cjs/loader:1525:32)
at Module._load (node:internal/modules/cjs/loader:1327:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at loadCJSModuleWithModuleLoad (node:internal/modules/esm/translators:339:3)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:242:7)
at ModuleJob.run (node:internal/modules/esm/module_job:430:25)
Node.js v24.13.1