Skip to content

pnpm support is ambiguous #33

@trevorallred

Description

@trevorallred

This page doesn't mention pnpm:
https://seed.run/docs/adding-nodejs-projects.html

I should probably say something like:

Seed looks in the root directory for a lock file such as package-lock.json, yarn.lock, or pnpm.lock.yaml and runs npm, yarn, or pnpm (in that order). If none are found then Seed defaults to npm.

Of course, this doesn't actually work. My project with pnpm.lock.yaml is still being run by npm. But this recent blog article says that pnpm support does exist, even though it doesn't provide any examples of how to get it to work.

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