Reinstall is a CLI tool that removes node_modules, clears npm cache, and reinstalls dependencies from package.json in one command. Current stable version: 2.0.0. Release cadence: infrequent. Key differentiator: combines three operations into a single command for a clean reinstall, avoiding issues with stale cached packages.
npm install reinstallNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Globally install reinstall then run it inside any Node.js project to delete node_modules, clear npm cache, and reinstall dependencies.
Ensure you have a backup or version control before running.
Be aware that this command clears the local npm cache. Use with caution if you have other projects relying on cached packages.
Run 'npm install -g reinstall' to install globally.
Ensure %APPDATA%\npm is in your PATH environment variable.
No dependency data recorded yet.