Skip to content

docs(ci): clarify npm install on Windows; add npm registry smoke test on Windows - #57

Merged
davideast merged 1 commit into
google-labs-code:mainfrom
friendglak:fix/npm-install-windows-docs-ci
May 2, 2026
Merged

docs(ci): clarify npm install on Windows; add npm registry smoke test on Windows#57
davideast merged 1 commit into
google-labs-code:mainfrom
friendglak:fix/npm-install-windows-docs-ci

Conversation

@friendglak

Copy link
Copy Markdown
Contributor

Related to #55.

Some users report npm error ENOVERSIONS / “No versions available for @google/design.md” on Windows. The package is published on the public npm registry; that error usually indicates a non-default registry, mirror, or scope config.

Changes

  • README: Document quoting npm install "@google/design.md" on Windows, and add a short troubleshooting section for ENOVERSIONS (registry / .npmrc, cache).
  • CI: Add a windows-latest job that installs @google/design.md@latest from https://registry.npmjs.org and runs a minimal CLI + linter subpath import smoke test.

Notes

  • Does not change runtime behavior of the CLI.

- Document quoting for scoped package in shells that treat @ specially
- Explain ENOVERSIONS and registry/.npmrc checks (addresses google-labs-code#55)
- Add Windows CI job that installs @google/design.md from npmjs.org

Made-with: Cursor
@davideast

Copy link
Copy Markdown
Collaborator

Thank you @friendglak! I'm going through a lot of these and I'll get to reviewing it here soon. This is very much appreciated.

@davideast
davideast merged commit fb20a4e into google-labs-code:main May 2, 2026
4 checks passed
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.

2 participants