Sha256: 572bdcce57c5f5f4a0920037064a3f58348f2dbea56b15a832b292b0e70f923c
Contents?: true
Size: 338 Bytes
Versions: 70
Compression:
Stored size: 338 Bytes
Contents
# frozen_string_literal: true # Internal: Raised when the Vite executable can not be found. class ViteRuby::MissingExecutableError < ViteRuby::Error def initialize(error = nil) super <<~MSG ❌ The vite binary is not available. Have you installed the npm packages? :troubleshooting: #{ error } MSG end end
Version data entries
70 entries across 70 versions & 1 rubygems