UNPKG

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