aurelia-interface icon indicating copy to clipboard operation
aurelia-interface copied to clipboard

gulp bug

Open ghost opened this issue 9 years ago • 1 comments

C:\a\tut\aurelia-interface>gulp build and C:\a\tut\aurelia-interface>gulp watch module.js:338 throw err; ^ Error: Cannot find module 'require-dir' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Module.require (module.js:365:17) at require (module.js:384:17) at Object. (C:\a\tut\aurelia-interface\gulpfile.js:3:1) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17)

ghost avatar Jun 05 '15 05:06 ghost

Not that this is a fix, but more of a workaround.. I did an npm install to get around that.

rquast avatar Jun 14 '15 12:06 rquast