dzonatan / ngx-linky

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

Missing dependencies: autolinker #27

Closed cichy380 closed 3 years ago

cichy380 commented 3 years ago

When I try to start my project I got:

An unhandled exception occurred: The target entry-point "ngx-linky" has missing dependencies:
 - autolinker
dzonatan commented 3 years ago

Have you installed a required peer dependency? npm i autolinker

lyvyu commented 3 years ago

Hey, I also have this problem. Shouldn't autolinker be installed automatically when installing ngx-linky ?!

Thanks in advance.

cichy380 commented 3 years ago

Yes, and it works, but I think it should be installed automatically if it is required dependency : )

dzonatan commented 3 years ago

It's a good practice to keep it as peer dependency to have a better control over the version of autolinker.

However, from npm v7 peer dependencies are automatically installed.