class ViteRuby::MissingExecutableError
def initialize(error = nil)
def initialize(error = nil) super <<~MSG ❌ The vite binary is not available. Have you installed the npm packages? :troubleshooting: #{ error } MSG end
def initialize(error = nil) super <<~MSG ❌ The vite binary is not available. Have you installed the npm packages? :troubleshooting: #{ error } MSG end