Skip to content

Override the node command when using pnpm run #463

@zkochan

Description

@zkochan

Frequently there are actions made with node in scripts. When dependencies are installed with pnpm, it is recommended to run node with the --preserve-symlinks option.

The easiest solution might be to override the run command in pnpm. The pnpm version of the run command would run all the node commands in scripts with the --preserve-symlinks option

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