audic icon indicating copy to clipboard operation
audic copied to clipboard

npm i audic => Error: not found: vlc

Open Konglomneshued opened this issue 1 year ago • 4 comments

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.

Richienb avatar Mar 09 '23 05:03 Richienb

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

Konglomneshued avatar Mar 09 '23 23:03 Konglomneshued

@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

omgupta15 avatar Mar 21 '23 21:03 omgupta15

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

govindrai avatar Apr 15 '24 18:04 govindrai