livekit / track-processors-js

Pre-built track processors for background images, blur, etc for use with the LiveKit JS Client SDK
https://livekit.io
Apache License 2.0
34 stars 15 forks source link

Missing dependencies after install #24

Closed CSantosM closed 11 months ago

CSantosM commented 11 months ago

After install the library into an angular project, multiple errors appear in building time.

Installing the mediapipe dependencies manually, the problem is fixed.

This is why the track-processor library doesn’t install de necessary dependencies in its installation because they are not included as peer dependencies. Reference #23

Dependencies version: "livekit-client": "1.12.3", "typescript": "5.0.4"

lukasIO commented 11 months ago

because they are not included as peer dependencies

I don't think this is true. Do you have any docs/articles that talk about this?

Please provide more information about what package manager you are using. Also install logs and a reproduction repository would be helpful.

CSantosM commented 11 months ago

My apologies. Upon a thorough review of the installation and building process, I've come to the realization that everything is functioning as intended.