angular-fullstack / generator-angular-fullstack

Yeoman generator for an Angular app with an Express server
https://awk34.gitbook.io/generator-angular-fullstack
6.12k stars 1.24k forks source link

method SendIndex in StaticDispatcher class not invoked! #2531

Closed zetekla closed 7 years ago

zetekla commented 7 years ago
Item Version
generator-angular-fullstack 4.1.4
Node v6.9.2
npm 3.10.9
Operating System OS X 10 El Capitan
etc etc
Item Answer

TypeScript HTML SCSS Router Client Tests | Jasmine / Mocha MongoDB Auth | Y

vcs at https://github.com/zetekla/mean2fullstack

Unable to kickstart the app using npm run dev, the method SendIndex in StaticDispatcher class is not invoked. It could be a stream problem, Gulp finished the tasks earlier than invoking SendIndex (stream >> Promise issue).

Result in: Error: ENOENT: no such file or directory, open '/Users/pristinetran/phuc/test/mean2-fullstack/index.html'

This line is not displayed in the console. https://github.com/zetekla/mean2fullstack/blob/master/server/commons/static/index.ts#L15

Awk34 commented 7 years ago

It does not appear that your project was scaffolded with generator angular fullstack

Awk34 commented 7 years ago

I looked at the github project you linked, and it is very clearly not related to this project at all.

zetekla commented 7 years ago

My bad. sorry (it is indeed https://github.com/ericmdantas/generator-ng-fullstack). thank you for your prompt reply.