FountainJS / generator-fountain-angular1

Yeoman 'fountain' generator to start a webapp with Angular 1
http://fountainjs.io
MIT License
95 stars 34 forks source link

hello component should render hello world FAILED #71

Closed tchicotti closed 7 years ago

tchicotti commented 7 years ago

I installed the current version and when I tried npm run serve I got this error on console

Error: [$compile:multidir] Multiple directives [app, app] asking for template on: <app class="ng-scope">

When I run the 'npm run test' this is what I got on terminal

PhantomJS 2.1.1 (Linux 0.0.0): Executed 22 of 29 SUCCESS (0 secs / 0.173PhantomJS 2.1.1 (Linux 0.0.0) hello component should render hello world FAILED
    Error: [$compile:multidir] Multiple directives [app, app] asking for template on: <app class="ng-scope">
tchicotti commented 7 years ago

I solved the problem removing the /.tmp folder, because I note that error coming from a file inside of it.

Looking by this case, I think that should be a good way remove the /.tmp folder after the full installation or take it off from browser-sync config

micaelmbagira commented 7 years ago

Duplicate of https://github.com/FountainJS/generator-fountain-webapp/issues/87