Three options: clean, cleand and reinstall and rebuild which cleans, reinstall and rebuilds.
gp_clean(background = FALSE, rebuild = FALSE, reinstall = TRUE)
| background | run command in the background,
defaults to |
|---|---|
| rebuild | whether to rebuild the front, defaults to |
| reinstall | should it just clean node_modules & reinstall them,
defaults to |
if (FALSE) { gp_clean() }