class ViteRuby::MissingExecutableError

Internal: Raised when the Vite executable can not be found.

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