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

Support defining custom npm registry in rfbrowser init #3686

Closed
aaltat opened this issue Jul 8, 2024 · 2 comments
Closed

Support defining custom npm registry in rfbrowser init #3686

aaltat opened this issue Jul 8, 2024 · 2 comments
Labels
enhancement New feature or request priority: high

Comments

@aaltat
Copy link
Member

aaltat commented Jul 8, 2024

If rfbrowser init is run in environment where public npm register is not available supporting npm install —registry could be handy.

@aaltat aaltat added enhancement New feature or request priority: high labels Jul 17, 2024
@fhennig42
Copy link

I think you can just use the npm_config_registry environment variable like this:

npm_config_registry=https://registry.example.org rfbrowser init

@aaltat
Copy link
Member Author

aaltat commented Oct 21, 2024

This is about same as #2135 Closing this one as duplicate.

@aaltat aaltat closed this as completed Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: high
Projects
None yet
Development

No branches or pull requests

2 participants