-
Notifications
You must be signed in to change notification settings - Fork 12k
'Duplicate identifier' errors after upgrade to 1.0.0 final #5692
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
same error. any update? |
This happens because typescript 2.2.1 include types for "fetch" function. Just remove isomorphic-fetch from package.json. |
I have the same problem after updating to final. After removing @types/isomorphic-fetch the error still occurs. |
Got same issue with I've got
UPDATE: What I've done now is just reinstalled I think you have to do something similar in case of |
Closing as answered by @kuncevic, cheers! |
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.
@angular/cli: 1.0.0
node: 6.9.5
os: darwin x64
@angular/common: 4.0.0
@angular/compiler: 4.0.0
@angular/core: 4.0.0
@angular/forms: 4.0.0
@angular/http: 4.0.0
@angular/platform-browser: 4.0.0
@angular/platform-browser-dynamic: 4.0.0
@angular/router: 4.0.0
@angular/cli: 1.0.0
@angular/compiler-cli: 4.0.0
Repro steps.
Upgrade to [email protected] / [email protected] and run ng-serve
The log given by the failure.
I very carefully followed the migration guide to upgrade from RC4 to final. When I run ng serve I'm seeing the following...
The text was updated successfully, but these errors were encountered: