不灭的焱

加密类型:SHA/AES/RSA下载Go
复合类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel)、接口(interface)、数组(array)、结构体(struct) Go类型+零值nil
引用类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel) Go引用

作者:AlbertWen  添加时间:2022-03-12 20:26:35  修改时间:2025-11-21 20:34:24  分类:22.Python编程  编辑

安装 GreaterWMS,执行命令:

#  /alidata/data/nodejs_repo/node_global_v14/bin/yarn

报错:

error /alidata/www/GreaterWMS/templates/node_modules/electron: Command failed.

解决方案:

终端执行 npm config set electron_mirror https://npm.taobao.org/mirrors/electron/ 就能正常运行了。

 

 

参考:https://blog.csdn.net/gdutRex/article/details/122498690