simonblee / generator-maryo

Yeoman generator for Backbone and Marionette.
MIT License
43 stars 11 forks source link

Addresses further issues detailed in #2 #3

Closed vaxinate closed 11 years ago

vaxinate commented 11 years ago

This fixes that specific error, but another still gets thrown. The generator seems to finish ok. Can't say I'd know what was missing.

> grunt-lodashbuilder@0.1.7 postinstall /Users/adam/develop/dnd_attrs/node_modules/grunt-requirejs/node_modules/grunt-lodashbuilder
> node ./bin/post-install.js

module.js:340
    throw err;
          ^
Error: Cannot find module '../node_modules/lodash/vendor/tar/tar.js'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at /Users/adam/develop/dnd_attrs/node_modules/grunt-requirejs/node_modules/grunt-lodashbuilder/bin/post-install.js:14:13
    at Object.<anonymous> (/Users/adam/develop/dnd_attrs/node_modules/grunt-requirejs/node_modules/grunt-lodashbuilder/bin/post-install.js:166:2)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
simonblee commented 11 years ago

Thanks for that. The other issue should now be fixed with ac17f0ad7cf1f9128b44acab9a8466ef2e3fc7cf.