Skip to main content

jnc reinstall

Re-installs an environment, forcing a fresh installation of packages. If specific packages are named, only those packages are reinstalled. Otherwise, the entire environment is reinstalled from scratch. If the lock file is not up-to-date with the manifest, it will be updated first. By default, only the default environment is reinstalled. Use --environment to target a specific environment, or --all to reinstall every environment in the workspace.

Usage

Arguments

Options

Global Options

Examples

Reinstall the entire default environment

Reinstall specific packages

Reinstall a specific environment

Reinstall all environments

Reinstall without updating the lock file