# reinstall **Repository Path**: mirrors_scottcorgan/reinstall ## Basic Information - **Project Name**: reinstall - **Description**: Reinstall package's node modules without cache - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # reinstall Reinstall package's node modules without cache. * Removes node_modules directory * Clean's NPM cache * Install's modules from package.json ## Install ``` npm install reinstall -g ``` ## Usage ``` reinstall ``` That's it.