Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pnpm does not run any packages' bash scripts in v10.2.0 #9032

@Moe03

Description

@Moe03

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions