enable-global-packages allows you to require globally installed npm packages, initially created for brackets-eslint and brackets-coffeelint projects usage require('enable-global-packages').on('ready', function () { // global packages are available now });