A reflex command called reflex run --skip-install
to skip continuous install of npm packages.
#3033
Closed
itsmeadarsh2008
announced in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can reduce the time in
reflex run
if we could skip the npm installation part inreflex run
by passing additional flags. We can pass the flag after all packages are installed properly in (1st run). So that we won't need to run install again while runningreflex run
for 2nd time by passing the flag (--skip-install
). The command should bereflex run --skip-install
(this skips the installation part of npm packages and goes to the compilation part immediately at the start of the command)However, a yellow warning should be given before using the command (
FEATURE IN ALPHA - CAN BREAK OUTPUT FILES IF DEPENDENCIES ARE NOT PROPERLY INSTALLED
)Beta Was this translation helpful? Give feedback.
All reactions