── external error ──────────────────────────────────────────────────────────────
Error coming from bundle exec theme-check /app/extension_name-extensions/ :theme_app_extension
Command failed with exit code 1: bundle exec theme-check
/app/extensions/extension_name-extension -C :theme_app_extension
/root/.cache/shopify-cli-nodejs/vendor/theme-check/1.14.0/ruby/3.4.0/gems/liquid
-5.7.2/lib/liquid/standardfilters.rb:4: warning: base64 was loaded from the
standard library, but is not part of the default gems starting from Ruby 3.4.0.
You can add base64 to your Gemfile or gemspec to silence this warning.
bundler: failed to load command: theme-check (/root/.cache/shopify-cli-nodejs/ve
ndor/theme-check/1.14.0/ruby/3.4.0/bin/theme-check)
/usr/local/lib/ruby/3.4.0/bundled_gems.rb:82:in ‘Kernel.require’: cannot load
such file – base64 (LoadError) I’m getting this error. How can I solve this?.
Hi Abhay,
It sounds like the error you’re encountering is related to Ruby 3.4.0, where the base64
library is no longer included in the default gems. To resolve this issue, you need to explicitly include the base64
gem in your Gemfile or gemspec.