generator-angular-mobile icon indicating copy to clipboard operation
generator-angular-mobile copied to clipboard

Problem at first run

Open Sin- opened this issue 10 years ago • 5 comments

I'm really interested in your generator, but once the app built with yeoman, and the commands 'bower install' and 'npm install' run, the command 'grunt serve' gives me this: "Loading "Gruntfile.js" tasks...ERROR

ReferenceError: _ is not define"

Do you have any idea why?

Thanks!

Sin- avatar Feb 24 '15 19:02 Sin-

may problema ken

On Wed, Feb 25, 2015 at 3:30 AM, Sin- [email protected] wrote:

I'm really interested in your generator, but once the app built with yeoman, and the commands 'bower install' and 'npm install' run, the command 'grunt serve' gives me this: "Loading "Gruntfile.js" tasks...ERROR

ReferenceError: _ is not define"

Do you have any idea why?

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/mranosa/generator-angular-mobile/issues/1.

nivekzvek avatar Feb 25 '15 14:02 nivekzvek

same here

ghost avatar Mar 17 '15 02:03 ghost

hello,

someone as found a solution for this error?

gcharpentier avatar Jun 02 '15 09:06 gcharpentier

Im so sorry guys, its been a long time since I have worked on this project, and have forgotten the stack. :crying_cat_face: and have my hands full currently, so I still cant work on this. but from what the error says, its a missing lodash dependecy. If someone could create a pull request that would be great :smile:

mranosa avatar Jun 04 '15 02:06 mranosa

var _ = require('lodash'); in gruntfile

fabiusss avatar Jun 08 '15 10:06 fabiusss