当前位置:网站首页>Solutions to the failure of installing electron
Solutions to the failure of installing electron
2022-07-03 11:51:00 【Passing cat 2022】
Use electron, An Zhao official example , It turned out to be a failure . The reason is that downloading the binary package of the official website failed , It turns out that it can't be executed .
Also used. npm Mirror image :registry = "https://registry.npmmirror.com/", Not good either. .
Later, I tossed online for a period of time , See an open source project ( be based on electron), Write to be in npm Set up electron Mirror image , Can only be .
Use command :npm config set ELECTRON_MIRROR http://npm.taobao.org/mirrors/electron/
After finishing , Again npm install, Again npm start, solve .
边栏推荐
- vulnhub之GeminiInc
- Uniapp implementation Click to load more
- repo ~ 常用命令
- Unity3D学习笔记5——创建子Mesh
- Repo ~ common commands
- 牛牛的组队竞赛
- How to mix embedded MCU, arm and DSP?
- VS2015的下载地址和安装教程
- PHP server interacts with redis with a large number of close_ Wait analysis
- The excel table is transferred to word, and the table does not exceed the edge paper range
猜你喜欢
随机推荐
Raven2 of vulnhub
《剑指offer 04》二维数组查找
STL教程10-容器共性和使用场景
(database authorization - redis) summary of unauthorized access vulnerabilities in redis
VS2015的下载地址和安装教程
小鹏 P7 撞护栏安全气囊未弹出,官方回应称撞击力度未达到弹出要求
外插散点数据
R language ggplot2 visualization: gganimate package creates dynamic line graph animation (GIF) and uses transition_ The reveal function displays data step by step along a given dimension in the animat
并发编程-单例
R language uses the aggregate function to calculate the mean value (sum) of dataframe data grouping aggregation without setting na The result of RM calculation. If the group contains the missing value
vulnhub之Nagini
The R language uses the hist function in the native package (basic import package, graphics) to visualize the histogram plot
C language utf8toutf16 (UTF-8 characters are converted to hexadecimal encoding)
PHP server interacts with redis with a large number of close_ Wait analysis
错排问题 (抽奖,发邮件)
2022年湖南工学院ACM集训第二次周测题解
Ripper of vulnhub
MCDF实验1
The world's most popular font editor FontCreator tool
The tutor put forward 20 pieces of advice to help graduate students successfully complete their studies: first, don't plan to take a vacation
![抓包整理外篇fiddler———— 会话栏与过滤器[二]](/img/04/e9cc027d753e7049f273d866eefdce.png)








