-
Notifications
You must be signed in to change notification settings - Fork 12k
Angular-CLI 1.5.0.rc3 + Angular 5.0.0-rc.5: Module build failed: Error: TypeScript compilation failed. #8163
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
When you try to save something inside application webpack rebuilds the application and it passes, so it is working but after a little interaction :D. I have similar problem with 1.5.0-beta.3 and angular 5.0.0-rc.3
|
@Stradivario interesting hack, but that doesn't work for me. I'm seeing this on:
|
I'm looking at this right now. Not a duplicate. |
@hansl after following instructions I get two instances of
After de-duplicating it using approach I described in #8174 (comment), the error is gone. It is definitely a duplicate. There is a detailed description of what is going wrong in #8107 (comment). These are two instances:
|
Okay. Even when I have 2 versions of typescript I cannot reproduce it here. |
|
There were fixes related to |
I'm going to keep this alive because of the discussion, but this is a duplicate of #8107 and will be closed as such when we find a solution. |
I've been able to reproduce with Yarn 1.2.1. Here's what I get now:
|
Interestingly, the node_modules structure is different...
|
It looks like under yarn 1.2 there's no typescript package under |
I did some further investigation. And you're right, it was working in 1.0.2 exactly because Yarn was (incorrectly) putting extra With 1.2.1 the incorrect extra instance is gone and therefore So the desired fix should be to remove dependency on |
Fixed by #8185 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
The log given by the failure.
Desired functionality.
Successful build.
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: