yarn安装Electron提示安装正常却实际没有安装的解决

Posted wbyixx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yarn安装Electron提示安装正常却实际没有安装的解决相关的知识,希望对你有一定的参考价值。

yarn设置临时镜像

yarn save express --registry https://registry.npm.taobao.org

yarn设置永久镜像

yarn config set registry https://registry.npm.taobao.org

npm设置临时镜像

npm --registry https://registry.npm.taobao.org install express

npm设置永久镜像

npm config set registry https://registry.npm.taobao.org

配置文件错误#

Windows下~/.yarnrc文件有升级检查导致不走镜像源:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


registry "https://registry.npm.taobao.org"
electron_mirror "https://npm.taobao.org/mirrors/electron/"
lastUpdateCheck 1584361306390
sass-binary-site "http://npm.taobao.org/mirrors/node-sass"
sass_binary_site "http://cdn.npm.taobao.org/dist/node-sass"

lastUpdateCheck 1584361306390删掉就行了

以上是关于yarn安装Electron提示安装正常却实际没有安装的解决的主要内容,如果未能解决你的问题,请参考以下文章

yarn add electron安装失败

yarn add electron安装失败

解决electron应用删除安装目录后重新安装提示安装中止的问题

Electron 7.x以上版本安装提示错误解决方法

自动驾驶——标注工具(js+electron)的开发笔记(基于ERB)

Electron相关知识以及实践