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

feat: use packageManager as a attempt to identify node package manager #1263

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

arthurfiorette
Copy link

@arthurfiorette arthurfiorette commented Jan 13, 2025

When running nixpacks inside pnpm monorepos a lockfile will not be present at cwd, to avoid this problem it attempts to first read the package.json packageManager field before trying to read lockfiles until a match is found.

Ideally would be great if we could choose a package manager as a configurable option for nixpacks.toml but since I did not see any other providers using dedicated configurations for a provider I was not sure if that's something desired to have...

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

Successfully merging this pull request may close these issues.

1 participant