$ cnpm install tryrequire
Try to require and if could not return undefined.
undefined
npm i tryrequire --save
const tryRequire = require('tryrequire'); const config = tryRequire('./config') || {};
MIT
Copyright 2013 - present © cnpmjs.org | Home |