Module parse failed: You may need an appropriate loader to handle this file type.
When I run the project created using generator-angular-fullstack@alpha using npm start this is the error I get

- [x] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
| Item | Version |
|---|---|
| generator-angular-fullstack | alpha |
| Node | 6.3.0 |
| npm | 3.10.8 |
| Operating System | Ubuntu 14.04 |
| Item | Answer |
|---|---|
| Transpiler | TypeScript |
| Markup | HTML |
| CSS | SCSS |
| Router | ui-router |
| Client Tests | Mocha |
| DB | MongoDB |
| Auth | Y |
I haven't tested the latest alpha code with TypeScript yet, just Babel.
will you please test it ? Thanks in advance
I'll try to take a look soon
This is related to an issues preventing decorated classes from being exported properly with Babel. This should be fixed once babel/babel#5020 is merged.
Makes me think about something else.... keep an eye on #2422 as well.
try your luck with 5.0.0-alpha.3
+1
Can this be closed?