疯狂的狮子li
2022-09-07 be37190c093c45e6c9c8b6c95edd3d1355aee9e6
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [��Ϣ] ��װWeb���̣�����node_modules�ļ���
echo.
 
%~d0
cd %~dp0
 
cd ..
npm install --registry=https://registry.npmmirror.com
 
pause