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

Generating the project doesn't complete #221

Closed jpaaso closed 8 years ago

jpaaso commented 8 years ago

Hi,

I'm trying to generate the project but it gets stuck at:

> myproject@0.0.1 postinstall /Users/jpaaso/dev/yo/myproject
> tsc

myproject@0.0.1 /Users/jpaaso/dev/yo/myproject
...
└── zone.js@0.6.25 

Is there a way to get a more verbose output? Thanks.

ericmdantas commented 8 years ago

Hello, @jpaaso.

Can you share what's the content of your .yo-rc.json, please?

ericmdantas commented 8 years ago

Closing due to no response.

Feel free to reopen, if needed.

jpaaso commented 8 years ago

Hi,

I've tried different combinations but here's the last .yo-tc.json:

{
  "generator-ng-fullstack": {
    "username": "jpaaso",
    "appName": "simplia",
    "stack": "fullstack",
    "server": "go",
    "client": "ng2",
    "secure": false,
    "differentStaticServer": false
  }
}
ericmdantas commented 8 years ago

Thanks, I'll try to reproduce it.

ericmdantas commented 8 years ago

Alright, couldn't do it. A few questions:

jpaaso commented 8 years ago

Installing tscand typings solved the problem. Didn't realise they are required.

Thanks a lot!

ericmdantas commented 8 years ago

Awesome!