We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If rfbrowser init is run in environment where public npm register is not available supporting npm install —registry could be handy.
npm install —registry
The text was updated successfully, but these errors were encountered:
I think you can just use the npm_config_registry environment variable like this:
npm_config_registry
npm_config_registry=https://registry.example.org rfbrowser init
Sorry, something went wrong.
This is about same as #2135 Closing this one as duplicate.
No branches or pull requests
If rfbrowser init is run in environment where public npm register is not available supporting
npm install —registry
could be handy.The text was updated successfully, but these errors were encountered: