This commit is contained in:
Faker 2024-08-17 19:41:26 +08:00
parent 046f263a48
commit 89c995ebf4
4 changed files with 12 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -34,6 +34,7 @@ pnpm install -g moment
pnpm install -g cheerio pnpm install -g cheerio
pnpm install -g dotenv pnpm install -g dotenv
pnpm install -g got@11.8.6 pnpm install -g got@11.8.6
pnpm install -g sharp
pnpm install -g tough-cookie pnpm install -g tough-cookie
pnpm install -g https-proxy-agent@7.0.2 pnpm install -g https-proxy-agent@7.0.2
pnpm install -g http-cookie-agent pnpm install -g http-cookie-agent
@ -42,4 +43,4 @@ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ jieba
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ requests pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ requests
rm -rf /usr/local/pnpm-global/5/node_modules/.pnpm/canvas* rm -rf /usr/local/pnpm-global/5/node_modules/.pnpm/canvas*
rm -rf /root/.local/share/pnpm/global/5/.pnpm/canvas* rm -rf /root/.local/share/pnpm/global/5/.pnpm/canvas*
echo -e "\n所需依赖安装完成请检查有没有报错可尝试再次运行" echo -e "\n所需依赖安装完成请检查有没有报错可尝试再次运行"

File diff suppressed because one or more lines are too long