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

Update deepinstall.js to fix pnpm install #778

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ckaznocha
Copy link

pnpm install from a subproject in a project with a pnpm-workspace.yaml installs the workspaces' dependencies, not the subproject even if that subproject is not part of the workspace. That is causing the postinstall script to hang in some cases. This change tells pnpm to ignore the parent workspace making it work as expected.

Closes #772

See: pnpm/pnpm#2412

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.

post-install script hangs when using pnpm in a project with * as package descriptor
1 participant