Skip to content

Fix/pnpm install crash#131

Open
Vivian-04 wants to merge 3 commits intoMissBlue00:mainfrom
Vivian-04:fix/pnpm-install-crash
Open

Fix/pnpm install crash#131
Vivian-04 wants to merge 3 commits intoMissBlue00:mainfrom
Vivian-04:fix/pnpm-install-crash

Conversation

@Vivian-04
Copy link
Copy Markdown

Description

This pull request resolves a critical installation failure occurring in CI/CD environments using pnpm@10.33.0. The crash was caused by a known bug in pnpm where it attempts to process non-directory files (like .gitkeep) as workspace packages if they match defined globs in pnpm-workspace.yaml.

Removing these redundant .gitkeep files stabilizes the dependency resolution process and ensures that the build pipeline can proceed without manual intervention or pnpm version downgrades.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Verified that .gitkeep files were matching the workspace globs.
  • Confirmed that the error Cannot use 'in' operator to search for 'directory' in undefined is a documented bug in pnpm@10.33.0 triggered by files matching globs.
  • Verified local deletion of the files.

Test Configuration:

  • Firmware version: N/A
  • Hardware: N/A
  • SDK: pnpm 10.33.0

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 27, 2026

Hey @Vivian-04! 👋 It looks like this PR isn't linked to any issue.

If this PR is for one of the issues assigned to you as part of a Wave, please link it to ensure your contribution is tracked properly. You can do this by adding a keyword to the PR description (e.g., Closes #123), or by clicking a button below:

Issue Title
#2 Backend: Implement environment configuration and validation Link to this issue

ℹ️ Learn more about linking PRs to issues

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 27, 2026

@Vivian-04 is attempting to deploy a commit to the missblue00's projects Team on Vercel.

A member of the Team first needs to authorize it.

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