Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

yarn install working incorrect with Angular 4 #13

Closed
mdklab opened this issue Dec 19, 2017 · 1 comment
Closed

yarn install working incorrect with Angular 4 #13

mdklab opened this issue Dec 19, 2017 · 1 comment

Comments

@mdklab
Copy link

mdklab commented Dec 19, 2017

npm install works correct
yarn install for some reason add additional folder ng2-ion-range-slider\node_modules
and because of that ng test throw an error:

ERROR in Error: Metadata version mismatch for module ./project/node_modules/ng2-ion-range-slider/node_modules/@angular/core/core.d.ts, found version 4, expected 3, resolving symbol IonRangeSliderModule in ./project/node_modules/ng2-ion-range-slider/lib/ion-range-slider.module.d.ts, resolving symbol IonRangeSliderModule in ./project/node_modules/ng2-ion-range-slider/lib/ion-rang
e-slider.module.d.ts

@PhilippStein
Copy link
Owner

in Version 2.0.0 I made @angular/core a peerDependency, this should solve the problem.

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

No branches or pull requests

2 participants