dzonatan / ngx-linky

Linky pipe for angular
MIT License
41 stars 13 forks source link

Angular 7 Error #8

Closed enniob closed 5 years ago

enniob commented 5 years ago

I'm trying to install your component and when I build for development I get the following error.

ERROR in ./node_modules/ngx-linky/fesm5/ngx-linky.js
Module not found: Error: Can't resolve 'autolinker' in 'D:\fffff\fffff\angular\node_modules\ngx-linky\fesm5'

I'm using the latest version of Angular 7.1 on my application.

enniob commented 5 years ago

so I guess the Autolinker.js file was not installed when I installed the package. I manually installed the Autolinker.js and it is working now.

dzonatan commented 5 years ago

Yes, you need to install autolinker dependency manually. You should have got a warning regarding missing peer dependency.