Npmdc::Errors::CheckerError
# File lib/npmdc/errors.rb, line 38 def banner path = options.fetch(:path) [ "Can't find `node_modules` folder inside '#{path}' directory!", ["\nRun `npm install` to install missing packages.", :warn] ] end