pierreavn / angular-tabler-icons

Tabler Icons components library for your Angular applications
https://www.npmjs.com/package/angular-tabler-icons
MIT License
23 stars 2 forks source link

Can import package - Angular 12 support #1

Closed Sandip124 closed 3 years ago

Sandip124 commented 3 years ago

image error when npm install,

pierreavn commented 3 years ago

Hi,

Thank you for reporting this issue, this was due to Angular 12 support. This should be working now, be sure to install the newest version I've published, with:

npm install angular-tabler-icons@1.41.3

Please tell me if it's working on your side Have a good day

Sandip124 commented 3 years ago

still same issue 😢

pierreavn commented 3 years ago

Can you tell me which Angular version are you using?

Sandip124 commented 3 years ago

image

Can you tell me which Angular version are you using?

pierreavn commented 3 years ago

I think this is due to your version of Node (16.3.0) that is not supporter by Angular. Try to use Node v14 instead (see how to do it here: https://subscription.packtpub.com/book/web_development/9781838558758/1/ch01lvl1sec03/installing-node-js-14-with-nvm)

Sandip124 commented 3 years ago

i install node 14 and works fine , thanks 🙏🙏