青龙面板 依赖库修复方案

1.一般出现这种错误:(缺依赖)

Error: Cannot find module  'xx'

操作是:

docker exec -it ql(名称) pnpm install  xx

2.一般出现这种错误:(缺文件)

Error: Cannot find module  './xx'

操作是:

那就很有是拉库命令不完整,请检查或复制完整的拉库命令,看看群置顶↑

1.进入青龙

docker exec -it qinglong bash

2.一键安装依赖

curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/shufflewzc/QLDependency/main/Shell/QLOneKeyDependency.sh | sh

你可能感兴趣的:(linux,服务器,centos,debian,ubuntu)