-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Verify latest release
- I verified that the issue exists in the latest pnpm release
pnpm version
10.2.0
Which area(s) of pnpm are affected? (leave empty if unsure)
CLI
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
Try to install ffmpeg-static or ffmpeg-probe on docker and it will fail to install the bash script thus the whole package now doesn't work with pnpm, do the same with npm and everything works.
This caused a huge issue for our team internally our entire voice related infra was down when we updated a docker container, turns out pnpm just doesn't do any bash scripts properly anymore for packages, huge huge issue
Describe the Bug
Try to install ffmpeg-static or ffmpeg-probe on docker and it will fail to install the bash script thus the whole package now doesn't work with pnpm, do the same with npm and everything works.
This caused a huge issue for our team internally our entire voice related infra was down when we updated a docker container, turns out pnpm just doesn't do any bash scripts properly anymore for packages, huge huge issue
Expected Behavior
It should install packages bash script properly and MUST show in the bin of ffmpeg in node_modules a "ffmpeg" file that is used to run it, that doesn't happen currenlty.
Which Node.js version are you using?
22
Which operating systems have you used?
- macOS
- Windows
- Linux
If your OS is a Linux based, which one it is? (Include the version if relevant)
No response