diff --git a/lib/hanami/cli/commands/gem/new.rb b/lib/hanami/cli/commands/gem/new.rb index 1eccf529..a48581a9 100644 --- a/lib/hanami/cli/commands/gem/new.rb +++ b/lib/hanami/cli/commands/gem/new.rb @@ -98,7 +98,7 @@ def call(app:, head: HEAD_DEFAULT, skip_install: SKIP_INSTALL_DEFAULT, skip_asse bundler.install! unless skip_assets - out.puts "Running npm install..." + out.puts "Running NPM install..." system_call.call("npm", ["install"]).tap do |result| unless result.successful? puts "NPM ERROR:"