-
Notifications
You must be signed in to change notification settings - Fork 1.2k
beta5.0.0 fails at gulp serve #2643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Which version of I see you're using |
Also, have you changed anything since generating or is this a clean install? |
Hi @Awk34 It's a clean install. I just installed the angular-fullstack 5.0.0Beta and created an App. An the abobe post is the result of execute gulp serve the awesome-typescript-loader version is _id": "[email protected]" Thanks for the quick answer !!! |
I've installed the same versions and got the same error |
So what's your advice? |
I'm still looking into it |
Ok, thanks. |
I've narrowed this down to |
Downgrading to |
When I run gulp serve I got the same error as the first post so I downgraded to typescript 2.5.2 running npm install [email protected]
It looks that there are some libraries / dependencies that aren't installed. I executed the gulp serve and got:
So downgrading the typescript version to 2.5.2 doesn't worked for me. Thanks |
It looks like those old spec files are somehow preventing the compilation, which is strange because they are never imported into the main code (obviously). |
So, there is something I can try? |
Try deleting or commenting-out |
It works !!!! :-) Some comments:
Thank you veryyyyy much. This is the result of gulp serve
|
Hey, thanks for the feedback on the beta. I'm going to keep this issue open until the issues discovered in here are fixed. |
Hello, Thanks for the solution. |
Typescript has fixed microsoft/TypeScript#18892. Once they release a new version, we should be able to upgrade to it. |
Hi
I have tried to create a new app with the version 5.0.0beta and after created, I have run the gulp serve and when it's starting the app, I have got this errors:
Some Idea?
Thanks
The text was updated successfully, but these errors were encountered: