Include path

This commit is contained in:
HaveAGitGat 2019-11-30 21:14:25 +00:00
parent 373207f4d1
commit 5dfddbfde0

View file

@ -1,5 +1,6 @@
var fs = require('fs');
var path = require("path");
if (fs.existsSync(path.join(process.cwd() + "/npm"))) {
var rootModules = path.join(process.cwd() + '/npm/node_modules/')