Cannot install latest tailwind (>=3.0) in Rails 7 #279
Replies: 2 comments 1 reply
-
Please use the version of the gem and not the version of upstream tailwind. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Sure. When you have a JS backend process to do minification/tree-shaking/etc., that JS server needs to be started at the same time as the Rails server. bin/dev is just a wrapper around a process manager to start multiple servers at the same time. Note -- this is only needed in dev, because you don't want to be stopping your server, running Walter |
Beta Was this translation helpful? Give feedback.
-
I am new to Rails, and want to install latest tailwind v 3.3.3 in Rails 7.0.7 in CLI, however, it seems there is no any updated gems of version 3 available.
Do anyone know how to download the latest tailwind gem and install the gem locally? Or, where should I report to ask for updating tailwind to the latest version?
Thanks!!
P.S. Below is of what printed in CLI.
Fetching gem metadata from https://rubygems.org/...........
Could not find gem 'tailwindcss-rails (>= 3.0)' in rubygems repository https://rubygems.org/ or installed locally.
The source contains the following gems matching 'tailwindcss-rails':
.
.
.
Beta Was this translation helpful? Give feedback.
All reactions