pnpm
Version:
A fast implementation of npm install
11 lines (8 loc) • 336 B
JavaScript
module.exports = require('./promise')
/* istanbul ignore next */
if (!module.exports) {
console.error('The file "%s" requires `Promise`,', module.parent.filename)
console.error('but neither `bluebird` nor the native `Promise` implementation were found.')
console.error('Please install `bluebird` yourself.')
process.exit(1)
}