Lock Files
Generating a Lock File
install --lockCommitting the Lock File to Version Control
Installing Packages with an Existing Lock File
Only ForgeBox endpoint packages are locked.
If a package is not in the lock file, the latest matching semantic version will be installed from ForgeBox and then recorded in the lock file.
If a package is in the lock file and the locked version satisfies the semantic version range in your box.json file, then the locked version will be used.
box.json file, then the locked version will be used.If a package is in the lock file and the locked version does not satisfy the semantic version range in your box.json file, then the latest matching semantic version will be installed from ForgeBox and then recorded in the lock file.
box.json file, then the latest matching semantic version will be installed from ForgeBox and then recorded in the lock file.Updating Packages
Last updated
Was this helpful?