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

confict with orignal highcharts type definition file, and typings has upgraded to 1.3.0 #33

Closed
ywmail opened this issue Jun 23, 2016 · 4 comments

Comments

@ywmail
Copy link

ywmail commented Jun 23, 2016

Hi, maybe the typings directory in the root angular2-highcharts should be removed?

@gevgeny
Copy link
Owner

gevgeny commented Jun 23, 2016

What do you mean by orignal highcharts type definition file ?

@ywmail
Copy link
Author

ywmail commented Jun 24, 2016

angular2-highcharts is depended on highcharts, so I install highcharts npm install highcharts --save, and then I also install it's type definition file by typings install -g highcharts --save. I thiink the root\typings\globals\highcharts\index.d.ts has conflict with angular2-highcharts, because angular2-highcharts also includes the highcharts type definition file.

@gevgeny
Copy link
Owner

gevgeny commented Jun 24, 2016

You no need to instal highcharts nor it's typings. As soon as you add angular2-highcharts to list of the dependencies all it's dependencies will be installed automatically.

@ywmail
Copy link
Author

ywmail commented Jun 27, 2016

Thank you, I think I can launch my web application now. :)

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

2 participants