DevKit includes tools to back up, restore, prune, and repair global npm packages β keeping your Node.js environment clean and consistent.
npm-setupβ Full setup: prune unused packages and install from saved list.
npm-save-packagesβ Save your globally installed packages to a file.npm-install-packagesβ Install global packages from your saved list.npm-uninstall-packagesβ Uninstall all saved global packages.npm-prune-packagesβ Uninstall any global package not found in your saved list (prompts included).npm-list-packagesβ List all globally installed npm packages.
npm-repairβ Reinstall Node.js, clean up, and restore global packages.npm-doctorβ Diagnose npm and Node.js installation, registry, permissions, and health.
π‘ Tip: Keep your global npm environment tidy by running
npm-save-packagesafter installing new global packages!