UNPKG

install-module-linked

Version:
8 lines (7 loc) 331 B
const path = require('path'); const workerPath = path.join(__dirname, '..', '..', 'cjs', 'workers', 'async.js'); module.exports = function installModuleSync(installString, nodeModulesPath, options) { return require('function-exec-sync')({ callbacks: true }, workerPath, installString, nodeModulesPath, options); };