Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pnpm support is ambiguous #33

Open
trevorallred opened this issue May 13, 2022 · 2 comments
Open

pnpm support is ambiguous #33

trevorallred opened this issue May 13, 2022 · 2 comments

Comments

@trevorallred
Copy link

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.

@jayair
Copy link
Collaborator

jayair commented May 13, 2022

Sorry about that. That blog post is inaccurate. I just edited it.

Thanks for bringing it up.

@twiddler
Copy link

Could you elaborate on which pnpm version seed uses? I am using v8 (lockfile version 6.0), and when deploying with seed I get

 WARN  Ignoring not compatible lockfile at /tmp/seed/source/pnpm-lock.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants