-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Offline/air-gapped reflex init
#4780
Comments
Workaround:
|
You can use |
@mskarbek is there some actionable on this ticket? or is the solution above fine? |
Describe the Features
Reflex should work in a completely offline environment or be able to use private pypi/npm repositories.
Additional context
My current work environment doesn't allow direct internet connection. We have only access to the internal proxy repositories based on Sonatype Nexus, so I'm able to install Reflex but can't
init
new project because Reflex tries to connect to the Internet.Edit: I can recreate
~/.local/share/reflex
directory structure withbun
/fnm
/nodejs
in correct versions manually. What is needed is a parametrizedinit
that allows to specify internalnpm
repository for the web directory initialization.The text was updated successfully, but these errors were encountered: