googlearchive / generator-angularfire

Yeoman generator for AngularFire: Angular + Firebase apps
191 stars 52 forks source link

Error: Cannot find module 'coffee-script' #49

Closed ryanburnett closed 9 years ago

ryanburnett commented 9 years ago

I just installed the generator and created my first app.

After bower install and npm install when I grunt or grunt serve I get this error:

module.js:338
    throw err;
          ^
Error: Cannot find module 'coffee-script'
    at Function.Module._resolveFilename (mo
    at Function.Module._load (module.js:278
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (c:\Users\ryaburn
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (modul
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310
    at Module.require (module.js:365:17)

Any ideas how I can run the app?

P.S. I'm running Windows 7, npm 2.5.1, node 0.12.0, generator-angularfire 0.9.1-4

katowulf commented 9 years ago

Does that module exist? Are you using coffee script? Any more flavor you can add here?

katowulf commented 9 years ago

Closing due to lack of data.