vid/bin/v-node.cmd

4 lines
125 B
Batchfile
Raw Normal View History

2022-03-03 01:06:57 +08:00
@echo off
where npm >nul 2>nul
2022-03-03 01:12:56 +08:00
if errorlevel 1 call v-choco install nodejs -y & call %~dp0\v-choco-refreshenv
2022-03-03 01:06:57 +08:00
call node %*