Managing the SecureChain repository
This page describes how to upgrade an already-installed SecureChain package to a newer release.
How to Upgrade to a Newer Version
Choose the Ecosystem:
Check your TuxCare Nexus account for the latest version available for each SecureChain package.
To upgrade, install the new version of the package —
npm installwill replace the previously installed release:npm install <package>@<new-version>If
npm installdoes not pick up the new version, clear the npm cache and reinstall:rm -rf node_modules package-lock.json && npm cache clean --force npm install
