require shelljs from bootstrap file

This commit is contained in:
Sebastian McKenzie
2015-07-15 11:45:05 +01:00
parent 644daaed55
commit 5b776b60e4

View File

@@ -1,8 +1,9 @@
require("shelljs/global");
var path = require("path");
var fs = require("fs");
require("shelljs/global");
// uninstall global babel install
exec("npm list --global --depth 1 babel >/dev/null 2>&1 && npm uninstall -g babel || true");
// get packages