node-assert-module Asserts that a module exists and is installed Example var assertModule = require('assert-module'); assertModule('glob', 'Glob must be installed for this code to work.'); License Licensed under the MIT license