ericmdantas / generator-ng-fullstack

Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
MIT License
704 stars 103 forks source link

v1.1.0 Errors #12

Closed jgodi closed 9 years ago

jgodi commented 9 years ago

I saw this from the other full stack generator and wanted to try it out (great work!). After installing everything and running the command:

yo ng-fullstack

It errored out at:

AssertionError: /usr/local/lib/node_modules/generator-ng-fullstack/app/templates/.gitignore doesn't exist

The v1.1.0 release doesn't have the .gitignore file in the templates. Do you mind pushing a new release?

Also, what are you thoughts and ideas on this? I would love to contribute and use this more!

ericmdantas commented 9 years ago

Hello, @jgodi - thanks :D

That's a weird error, I'll try to reproduce it and I might push a new release today with the fix.

About the ideas: they're still floating around, I have a bunch of things to try out and include here, most of them I'm studying and checking the pros/cons, but I'm definetely open for new ideas - so, feel free to share them.

Just so you have an idea, I'm thinking about having an option to use go on server side, it'd be a different stack/language, for now, I've been trying it out - and it feels great.

Right now I'm checking the best frameworks for webservice, mongodb's driver, coding best practices, etc.

jgodi commented 9 years ago

That would be cool. We were initially going to use go for our backend on a new project, but ended up going with node just because the ease of the old generator.

Tonight I will play around with the generator and see if there are any things I can do with the gulp builds or anything once I get it working.

Thanks!

ericmdantas commented 9 years ago

That's nice, turns out I'll have someone to check what I'm doing with the go code then :smile: .

Alright, so I managed to simulate the error at work (installing and running yo ng-fullstack). The error doesn't happen when using npm link (working at home).

I'm looking into it.

ericmdantas commented 9 years ago

Well, looks like there are more people with this issue: https://github.com/sindresorhus/generator-nm/issues/3

They might be trying to make it work with this commit

I'll give it a try later today.

ericmdantas commented 9 years ago

I'll let it open until installation of 1.1.1 is ok.

Gonna release it now.

ericmdantas commented 9 years ago

Alright, version 1.1.1 is out.

Could @jgodi and @justingreenberg please update give it a try to run yo ng-fullstack?

Thanks!

jgodi commented 9 years ago

Yes, I will try tonight

justingreenberg commented 9 years ago

updated npm module to 1.1.1yo ng-fullstack is working as expected :smile:

ericmdantas commented 9 years ago

Thanks, @justingreenberg! Good job =]

Just waiting on @jgodi - no rush :smile: .

jgodi commented 9 years ago

Works for me too. Thanks!

ericmdantas commented 9 years ago

Alright, closing this.

Thanks, guys!