angular-fullstack / generator-angular-fullstack

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

Cannot start application #2786

Open lucasrabelo opened 5 years ago

lucasrabelo commented 5 years ago
Item Version
generator-angular-fullstack 5.0.0-rc.4
Node v10.15.3
npm 6.4.1
Operating System Fedora 29 & Fedora 30
etc etc
Item Answer
Transpiler Babel
Markup Pug
LESS LESS
Router ngRoute / ui-router the installer does give me this either choice
Client Tests Jasmine / Mocha Either
DB MongoDB /
Auth Y

After going through the docs presented in: https://angular-fullstack.github.io/get-started/ and https://angular-fullstack.github.io/get-started/installation/

and issuing the command: "gulp serve" I'm presented with this message.

Captura de tela de 2019-05-16 14-43-33

Also from the terminal, I get this message: image

During install i get these messages: image

image

If someone could give me an advice to circumvent this I'm much obliged. Also, I'm new to the MEAN stack, so maybe there is a way to fix this in my machine.

Thank you in advance

lucasrabelo commented 5 years ago

In the older version: $ npm install -g yo gulp-cli generator-angular-fullstack@4.2.3 everything works fine!