Manuel
manukall.bsky.social
Manuel
@manukall.bsky.social
Then, remove the npm stuff again (`rm -rf assets/{node_modules,package.json,package-lock.json}`) and follow the [Phoenix/Tailwind upgrade instructions](github.com/phoenixframe...)
github.com
March 7, 2025 at 8:38 AM
Then, run the Tailwind upgrade tool. This needs to happen in the project's root directory:

`cd ... && npx @tailwindcss/upgrade --config assets/tailwind.config.js --force`
March 7, 2025 at 8:38 AM
First, install the npm version of Tailwind v3, including the plugins referenced in your Tailwind config. This needs to happen in your assets directory.

`cd assets && npm install [email protected] @tailwindcss/cli @tailwindcss/forms @tailwindcss/typography`
March 7, 2025 at 8:38 AM