Skip to content

Instantly share code, notes, and snippets.

@lshearer
lshearer / update-npm.bat
Last active July 26, 2025 16:26
Update to latest npm on Windows
@echo off
:: Update npm on Windows.
:: Instructions: download this .bat file (location shouldn't matter, but make sure
:: it saves with the .bat extension) and run as administrator.
:: This is essentially solution #3 of https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows,
:: just simplified by complicating things with a batch file :)
:: This approach requires re-running this script for each npm upgrade, but it keeps the