Error updating manually the tailwind from 3.4.0 to 3.4.10

I just updated manually the tailwindcss version in config.exs but shows error bellow :

[warning] Outdated tailwind version. Expected 3.4.10, got 3.4.0. Please run mix tailwind.install or update the version in your config files.

Did you run the command after updating the version number, because it does not auto upgrade.

There is a check to see if the currently installed version is the same as the one you specify in config.exs. So after changing it, just run mix tailwind.install.

1 Like