Skip to content
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

Typescript duplicates in dependencies' typings #52

Closed
dragGH102 opened this issue Jul 27, 2016 · 3 comments
Closed

Typescript duplicates in dependencies' typings #52

dragGH102 opened this issue Jul 27, 2016 · 3 comments

Comments

@dragGH102
Copy link

I'm not sure why but, while on the first app run it worked, I couldn't compile typescript files any longer because I was gettins errors such as:

     node_modules/ng2-uploader/typings/globals/es6-collections/index.d.ts(28,5): error TS2300: Duplicate identifier 'size'.
   node_modules/ng2-uploader/typings/globals/es6-promise/index.d.ts(8,15):: error TS2300: Duplicate identifier 'Promise'.

I solved the issue by commenting out completely those 2 files.
But this shouldn't be normal (to need overriding an external module)

Tested on Angular RC2

@nnixaa
Copy link

nnixaa commented Jul 28, 2016

Same here akveo/ngx-admin#113

@jkuri
Copy link
Contributor

jkuri commented Jul 28, 2016

This should be resolved with 0.5.6.

@dragGH102
Copy link
Author

it seems so. thanks @jkuri !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants