问题描述
使用 git install
安装依赖时,出现如下错误:
npm ERR! ERESOLVE unable to resolve dependency tree
2025/9/9小于 1 分钟
使用 git install
安装依赖时,出现如下错误:
npm ERR! ERESOLVE unable to resolve dependency tree
将 Yarn 从 v1 升级到 v4 后,执行 yarn install
安装项目依赖,没有生成 node_modules 文件夹。
官方镜像:https://registry.yarnpkg.com/
阿里云镜像:https://registry.npmmirror.com/
腾讯云镜像:https://mirrors.cloud.tencent.com/npm/
npm install -g yarn
在 VS Code 终端中执行 npm install
命令时,终端报错提示 在此系统上禁止运行脚本,about_Execution_Policies
。
使用 git pull
拉取代码时,出现如下错误:
SSL certificate problem: unable to get local issuer certificate