CaliStyle / ng-intercom

Angular 7+ Wrapper for Intercom.com
MIT License
54 stars 46 forks source link

Getting issues when installing this module for angular cli project #25

Closed rajesh-mobicules closed 6 years ago

rajesh-mobicules commented 6 years ago

Hi,

I am getting error Metadata version mismatch for module ../node_modules/ng-intercom/dist/index.d.ts, found version 4, expected 3,

I am using angular cli. The angular cli version is up to date!.

Please suggest.

wbhob commented 6 years ago

Is your Angular version v5 or higher?

rajesh-mobicules commented 6 years ago

My angular version is angular 4.

wbhob commented 6 years ago

That's the reason. Upgrade to Angular v5 and the issue will go away.

rajesh-mobicules commented 6 years ago

I upgraded angular core, angular common to version 5 but getting the same issue!

wbhob commented 6 years ago

Everything needs to be v5.

rm -r node_modules; rm package-lock.json; npm install

wbhob commented 6 years ago

Closing due to no response.