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

TECH: Verdaccio local npm registry #996

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

sir-alex
Copy link

@sir-alex sir-alex commented Dec 7, 2024

Verdaccio local npm registry for local env with default settings

Affected Components

  • CLI
  • Create CLI
  • Test
  • Docs
  • Examples
  • Other

New Dependency Submission

"devDependencies": {
   ...
   "verdaccio": "6.0.2"
   ...
}

Verdaccio https://verdaccio.org/
A lightweight Node.js private proxy registry

As discussed in PR #994 here is proposal for local npm registry.

How to use for both e2e testing and local env :

  1. run verdaccio by npm run verdaccio. Modify verdaccio-config.yaml for advanced settings as per documentation https://verdaccio.org/docs/configuration
  2. server can be used for both e2e testing and local env

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