Richienb / audic

Play some audio.
MIT License
68 stars 9 forks source link

npm i audic => Error: not found: vlc #21

Open Konglomneshued opened 1 year ago

Konglomneshued commented 1 year ago

Attached log

image

Richienb commented 1 year ago

VLC Media Player needs to be accessible in the path. The binaries are only automatically downloaded on Windows. PR welcome to support other operating systems.

Konglomneshued commented 1 year ago

Will someone using my app after it's built need to have VLC?

omgupta15 commented 1 year ago

@Richienb

An easier workaround to setting up the vlc alias/link manually is to install vlc via brew: brew install vlc It automatically creates the required links and adds the VLC binaries to the path. Note: The user should not already have VLC.app in the Applications folder. If they have it, they need to delete it first before proceeding.

Screenshot 2023-03-22 at 2 30 53 AM
govindrai commented 4 months ago

I think this dependency should be noted in the README. Otherwise it seems this package doesn't require any dependenceis