Skip to content

pnpm checks abort while attempting non-interactive dependency repair #837

Description

@github-actions

Expected Behavior

pnpm check:types runs the documented type check, or reports a non-interactive dependency problem with an actionable command.

Current Behavior

The command invokes pnpm install and aborts with ERR_PNPM_ABORTED_REMOVE_MODULES_DIR_NO_TTY, so validation cannot start.

Possible Solution

Avoid implicit interactive dependency repair for check commands, or provide a CI-safe fallback and clear remediation.

Minimal Reproducible Example

Run pnpm check:types in a non-TTY workspace where pnpm decides the modules directory needs repair.

Context

This blocked validation of a source change in this repository.


Logged by Ryan Aubrey in wevm/mppx at 4e4810a. Filed by Frog.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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