davidhellmann/generator-dhBoilerplate

Error on gulp init (Prototyping Option)

Closed this issue · 2 comments

Installing this generator for the first time.
Receiving this error:

Requiring external module babel-register
module.js:471
    throw err;
    ^

Error: Cannot find module 'gulp-twig-up-to-date'
at Function.Module._resolveFilename (module.js:469:15)
 at Function.Module._load (module.js:417:25)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/Users/spinline/Sites/thegen/gulp/tasks/templates.js:3:1)
    at Module._compile (module.js:570:32)
    at loader (/Users/spinline/Sites/thegen/node_modules/babel-register/lib/node.js:144:5)
    at Object.require.extensions.(anonymous function) [as .js] (/Users/spinline/Sites/thegen/node_modules/babel-register/lib/node.js:154:7)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)

Is babel-register something that needs to be installed and configured separately?

Ah sorry, I fix that ASAP! Thanks @djmtype

Is fixed now:
c2b76d6