Hello, I’m using @dirkolbrich Hugo’s project with Tailwind CSS look my repository. The project is running fine on a Linux environment but doesn’t work on a Windows environment. I’ve tried reviewing the different Windows paths, but I can’t seem to solve my problem. :s
hugo server --disableFastRender --verbose
WARN deprecated: --verbose was deprecated in Hugo v0.114.0 and will be removed in a future release. use --logLevel info
Watching for changes in C:\Users\valen\Documents\Dev_site\site valentin\diyhugo\{archetypes,content,layouts,package.json,themes}
Watching for config changes in C:\Users\valen\Documents\Dev_site\site valentin\diyhugo\hugo.toml
Start building sites …
hugo v0.121.0-e321c3502aa8e80a7a7c951359339a985f082757+extended windows/amd64 BuildDate=2023-12-05T15:22:31Z VendorInfo=gohugoio
INFO copy static: syncing static files to \
INFO build: running step "process" duration "1.0177ms"
INFO build: running step "assemble" duration "3.0169ms"
INFO deprecated: .Site.IsServer was deprecated in Hugo v0.120.0 and will be removed in a future release. Use hugo.IsServer instead.
INFO postcss: use config file "C:\\Users\\valen\\Documents\\Dev_site\\site valentin\\diyhugo\\themes\\diyhugo\\assets\\css\\postcss.config.js"
INFO postcss: 'C:\Program' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
INFO build: running step "render" duration "139.4655ms"
INFO build: running step "postProcess" duration "0s"
Built in 148 ms
Error: error building site: POSTCSS: failed to transform "css/styles.css" (text/css): 'C:\Program' n'est pas reconnu en tant que commande interne
I’m looking for a solution here before creating a workspace on Linux on my desktop computer, which I unfortunately wanted to keep under Windows.
Thank you so munch