BBurnworth
BBurnworth
This idea might be nice for helping users around issues like this: https://github.com/redwoodjs/redwood/issues/6194 which will probably be temporary and patched in the next run... but it would inform the user...
Update: I tested the other ui setup commands and this problem does not occur with them.
Modifying prettier.config.js line 18: from: ` tailwindConfig: './web\config\tailwind.config.js',` to: ` tailwindConfig: './web/config/tailwind.config.js',` corrected the issue.
https://github.com/redwoodjs/redwood/blob/06df62391959cdc67db6ce1907998c13080a8d9d/packages/cli/src/commands/setup/ui/libraries/tailwindcss.js#L228 I wonder if ` path.join(rwPaths.web.config, 'tailwind.config.js')` is running into the same issue that @cannikin hit with baremetal path deploy: https://github.com/redwoodjs/redwood/issues/6124 > Baremetal uses path.join() when building up the deploy...