class ActionText::Generators::InstallGenerator
def install_javascript_dependencies
def install_javascript_dependencies if Pathname(destination_root).join("package.json").exist? say "Installing JavaScript dependencies", :green run "yarn add @rails/actiontext trix" end end