Exception: SewingKit::Webpack::Dev::NodeSewingKitNotInstalled

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sewing_kit/webpack/dev.rb

Instance Method Summary collapse

Constructor Details

#initializeNodeSewingKitNotInstalled

Returns a new instance of NodeSewingKitNotInstalled.



9
10
11
12
13
14
# File 'lib/sewing_kit/webpack/dev.rb', line 9

def initialize
  super(
    "sewing-kit is not installed.  " \
      "Try `yarn add @shopify/sewing-kit`"
  )
end