openim-electron-demo icon indicating copy to clipboard operation
openim-electron-demo copied to clipboard

npm install 命令执行报错

Open a986837717 opened this issue 11 months ago • 2 comments

What happened?

我在使用npm install命令安装依赖时报错 微信图片_20240306142625

What did you expect to happen?

安装失败

How can we reproduce it (as minimally and precisely as possible)?

下载code,进入目录,执行npm install

Anything else we need to know?

No response

version

```console $ {name} version # paste output here ```

Cloud provider

OS version

使用的是uos1060a服务器版本操作系统,arm架构

Install tools

a986837717 avatar Mar 06 '24 06:03 a986837717

详细报错 微信图片_20240306142625

a986837717 avatar Mar 06 '24 06:03 a986837717

It seems that the failure to pull the electron dependency was only due to network issues. You can pull the latest main branch, or perhaps copy the .npmrc file to your project and set a proxy for pulling the electron dependency.

Bloomingg avatar May 08 '24 03:05 Bloomingg