UNPKG

230 BJavaScriptView Raw
1const path = require('path')
2
3const npm = require('./lib/npm')
4
5const installPath = path.join(__dirname, 'lib', 'lambda')
6
7npm.install(installPath) // will throw out and fail install if this times out or returns a non-zero result