1.一般出现这种错误:(缺依赖)
Error: Cannot find module 'xx'
操作是:
docker exec -it ql(名称) pnpm install xx
2.一般出现这种错误:(缺文件)
Error: Cannot find module './xx'
操作是:
那就很有是拉库命令不完整,请检查或复制完整的拉库命令,看看群置顶↑
docker exec -it qinglong bash
curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/shufflewzc/QLDependency/main/Shell/QLOneKeyDependency.sh | sh