This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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 |