4 lines
130 B
Batchfile
4 lines
130 B
Batchfile
|
@echo off
|
||
|
where npm.cmd >nul 2>nul
|
||
|
if errorlevel 1 call choco install nodejs -y & call %~dp0\v-choco-refreshenv
|
||
|
call npm.cmd %*
|