Skip to content

post-install script hangs when using pnpm in a project with * as package descriptor #772

@gonzalob

Description

@gonzalob

When using '*' as package definition for a pnpm workspace, the post-install script hangs until it triggers an OOM.
Looks like it's spawning infinite shells to build itself recursively.

To reproduce:

  • clone the sample repository
  • prune your local pnpm store (pnpm store prune)
  • install dependencies using pnpm (pnpm install)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions