fix(docs): resolve missing native Astro compiler bindings in root execution #24

Merged
Ninosaurier merged 1 commits from fix/#23-astro-compiler-pnpm-linux-binary into dev 2026-08-16 07:28:46 +00:00
Owner

pnpm v11 aggressively purges nested optional platform-specific dependencies during hoisted workspace resolution if the host detection mismatches local metadata. Moving these packages to root devDependencies bypasses pnpm's optional filtering logic, forcing a deterministic physical download of the required Rust compiler binary without cluttering the published library's package.json.

Fixes: #23

pnpm v11 aggressively purges nested optional platform-specific dependencies during hoisted workspace resolution if the host detection mismatches local metadata. Moving these packages to root devDependencies bypasses pnpm's optional filtering logic, forcing a deterministic physical download of the required Rust compiler binary without cluttering the published library's package.json. Fixes: #23
Ninosaurier added the Status/VerifiedCommunity/Good First Issue labels 2026-08-16 07:25:13 +00:00
Ninosaurier self-assigned this 2026-08-16 07:25:13 +00:00
Ninosaurier added 1 commit 2026-08-16 07:25:14 +00:00
fix(docs): resolve missing native Astro compiler bindings in root execution
CI / lint-and-format (push) Successful in 37s
CI / changeset-check (push) Successful in 27s
CI / unit-tests (push) Successful in 42s
CI / component-tests (push) Successful in 32s
CI / lint-and-format (pull_request) Successful in 35s
CI / changeset-check (pull_request) Successful in 25s
CI / unit-tests (pull_request) Successful in 37s
CI / component-tests (pull_request) Successful in 34s
88991e353e
pnpm v11 aggressively purges nested optional platform-specific dependencies during hoisted workspace resolution if the host detection mismatches local metadata. Moving these packages to root devDependencies bypasses pnpm's optional filtering logic, forcing a deterministic physical download of the required Rust compiler binary without cluttering the published library's package.json.

Fixes: #23
Ninosaurier merged commit cbcb9a4572 into dev 2026-08-16 07:28:46 +00:00
Sign in to join this conversation.