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.
This page doesn't mention pnpm:
https://seed.run/docs/adding-nodejs-projects.html
I should probably say something like:
Of course, this doesn't actually work. My project with
pnpm.lock.yamlis still being run bynpm. But this recent blog article says thatpnpmsupport does exist, even though it doesn't provide any examples of how to get it to work.