vid/bin/node.cmd

4 lines
132 B
Batchfile

@echo off
where node.exe >nul 2>nul
if errorlevel 1 call choco install nodejs -y & call %~dp0\v-choco-refreshenv
call node.exe %*