electron-aurelia-example icon indicating copy to clipboard operation
electron-aurelia-example copied to clipboard

cannot find module 'longjohn'

Open brianjlacy opened this issue 6 years ago • 0 comments

I'm trying to setup this app example. When I run 'gulp' I get the following error:

module.js:538
    throw err;
    ^

Error: Cannot find module 'longjohn'
    at Function.Module._resolveFilename (module.js:536:15)
    at Function.Module._load (module.js:466:25)
    at Module.require (module.js:579:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (C:\Users\brian.lacy\SRC\electron-aurelia-example\gulpfile.js:3:1)
    at Module._compile (module.js:635:30)
    at Object.Module._extensions..js (module.js:646:10)
    at Module.load (module.js:554:32)
    at tryModuleLoad (module.js:497:12)
    at Function.Module._load (module.js:489:3)

brianjlacy avatar May 21 '18 17:05 brianjlacy