Skip to content

chore: drop stale onnxruntime-node CUDA-skip npmrc setting (post-ADR-0019)#254

Merged
theagenticguy merged 1 commit into
mainfrom
chore/drop-stale-onnxruntime-node-npmrc
Jun 26, 2026
Merged

chore: drop stale onnxruntime-node CUDA-skip npmrc setting (post-ADR-0019)#254
theagenticguy merged 1 commit into
mainfrom
chore/drop-stale-onnxruntime-node-npmrc

Conversation

@theagenticguy

Copy link
Copy Markdown
Owner

Summary

Removes the dead onnxruntime_node_install_cuda=skip config from .npmrc and its accompanying note in pnpm-workspace.yaml.

That setting guarded the onnxruntime-node postinstall (which otherwise fetched a ~400MB CUDA execution provider from NuGet). onnxruntime-node was replaced by onnxruntime-web (prebuilt WASM, no install script) in the single-file SQLite migration (ADR 0019) and is no longer a dependency anywhere in the workspace.

The leftover setting did nothing except emit npm warn Unknown ... config "onnxruntime_node_install_cuda" on every npm/pnpm invocation (visible in the v0.10.0 publish logs). No-op cleanup.

Verification

  • grep -rn onnxruntime-node packages/*/package.json package.json → no matches (not a dependency).
  • pre-commit (pnpm-lock-sync, banned-strings) + pre-push (typecheck + full test suite) green.

…0019)

`onnxruntime_node_install_cuda=skip` and its pnpm-workspace.yaml note
guarded the onnxruntime-node postinstall (a ~400MB CUDA EP fetch). That
package was replaced by onnxruntime-web (prebuilt WASM, no install
script) in the single-file SQLite migration (ADR 0019) and is no longer
a dependency anywhere — the setting only produced an "Unknown config"
warning on every npm/pnpm invocation. Removing both.
@theagenticguy theagenticguy merged commit 7386f7d into main Jun 26, 2026
38 checks passed
@theagenticguy theagenticguy deleted the chore/drop-stale-onnxruntime-node-npmrc branch June 26, 2026 02:27
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