处理方法一:
更新 npm 版本:npm install -g npm
使用淘宝镜像重新安装依赖:npm install --registry=https://registry.npm.taobao.org
npm install -g cnpm --registry=https://registry.npm.taobao.org
使用 cnpm 进行构建则成功:
cnpm run build:cypress
处理方法二:
使用yarn安装
1.npm install --global yarn
2.配置yarn环境变量
3.yarn add cypress@8.7.0 --dev
标签:npm,--,cypress,querystring,yarn,报错,registry From: https://www.cnblogs.com/51testing/p/16663972.html