From 415b8be2dd23cea84a858694abb3f0b0dca9dc8b Mon Sep 17 00:00:00 2001 From: perez-jesus Date: Mon, 17 Jan 2022 02:12:41 -0800 Subject: [PATCH] Add additional recovery step when running into platform related issues. (#122) * Add additional recovery step instructions. * Update instructions. * Add link to additional information. --- exe/tailwindcss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/exe/tailwindcss b/exe/tailwindcss index 80fecf1..4e95748 100755 --- a/exe/tailwindcss +++ b/exe/tailwindcss @@ -32,6 +32,11 @@ if exe_path.nil? bundle install See `bundle lock --help` output for details. + + If you're still seeing this message after taking those steps, try running + `bundle config` and ensure `force_ruby_platform` isn't set to `true`. See + https://github.com/rails/tailwindcss-rails#check-bundle_force_ruby_platform + for more details. ERRMSG exit 1 end