From 92716f7e788ce5663f9e46c8e30f23637558dee3 Mon Sep 17 00:00:00 2001 From: Andrew Culver Date: Mon, 3 Jan 2022 23:25:02 -0800 Subject: [PATCH 1/3] Add additional recovery step instructions. --- exe/tailwindcss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exe/tailwindcss b/exe/tailwindcss index 80fecf16..cdbb9540 100755 --- a/exe/tailwindcss +++ b/exe/tailwindcss @@ -32,6 +32,9 @@ if exe_path.nil? bundle install See `bundle lock --help` output for details. + + If you're still seeing this message after taking those steps, check that you + don't have `BUNDLE_FORCE_RUBY_PLATFORM` set to `true` in `~/.bundle/config`. ERRMSG exit 1 end From b2704048a7d5370b6fa03e9d4dd024048c57bb89 Mon Sep 17 00:00:00 2001 From: Andrew Culver Date: Mon, 3 Jan 2022 23:30:54 -0800 Subject: [PATCH 2/3] Update instructions. --- exe/tailwindcss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exe/tailwindcss b/exe/tailwindcss index cdbb9540..288fb619 100755 --- a/exe/tailwindcss +++ b/exe/tailwindcss @@ -33,8 +33,8 @@ if exe_path.nil? See `bundle lock --help` output for details. - If you're still seeing this message after taking those steps, check that you - don't have `BUNDLE_FORCE_RUBY_PLATFORM` set to `true` in `~/.bundle/config`. + 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`. ERRMSG exit 1 end From f6eff3d509ca7262447450dee807492fe859d793 Mon Sep 17 00:00:00 2001 From: Andrew Culver Date: Sun, 16 Jan 2022 10:17:15 -0800 Subject: [PATCH 3/3] Add link to additional information. --- exe/tailwindcss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exe/tailwindcss b/exe/tailwindcss index 288fb619..4e957483 100755 --- a/exe/tailwindcss +++ b/exe/tailwindcss @@ -34,7 +34,9 @@ if exe_path.nil? 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`. + `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