Skip to content

Instantly share code, notes, and snippets.

View pr1sm's full-sized avatar
🚀
Stack flowin', Heap growin'

Srinivas Dhanwada pr1sm

🚀
Stack flowin', Heap growin'
View GitHub Profile
@pr1sm
pr1sm / updateNpm.bat
Last active March 10, 2019 16:43 — forked from johnmcase/updateNpm.bat
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