mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-02 03:45:12 -04:00
link_bins was not returning a Promise. As a consequence the linking step was being completed too early and the next step was trying to use the bin files which were not yet created.