Skip to content

Commit 543a3b8

Browse files
authored
Add additional recovery step when running into platform related issues. (#122)
* Add additional recovery step instructions. * Update instructions. * Add link to additional information.
1 parent 12ef140 commit 543a3b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

exe/tailwindcss

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ if exe_path.nil?
3232
bundle install
3333
3434
See `bundle lock --help` output for details.
35+
36+
If you're still seeing this message after taking those steps, try running
37+
`bundle config` and ensure `force_ruby_platform` isn't set to `true`. See
38+
https://github.com/rails/tailwindcss-rails#check-bundle_force_ruby_platform
39+
for more details.
3540
ERRMSG
3641
exit 1
3742
end

0 commit comments

Comments
 (0)