Skip to content

Instantly share code, notes, and snippets.

View ASH-Bryan's full-sized avatar

Bryan Creel ASH-Bryan

  • American Specialty Health
View GitHub Profile
@johnmcase
johnmcase / updateNpm.bat
Last active October 6, 2022 16:28
Update npm on windows
rem see https://github.com/coreybutler/nvm-windows/issues/300
@echo off
SETLOCAL EnableDelayedExpansion
if [%1] == [] (
echo Pass in the version you would like to install, or "latest" to install the latest npm version.
) else (
set wanted_version=%1