MacOS Electron JS安装缺少路径链接

时间:2019-06-20 08:47:03

标签: node.js npm electron

在具有和没有sudo权限的MacOS上运行npm install electron@latest后,我无法使用electron命令。日志文件中的错误代码为:

117 error code ELIFECYCLE
118 error errno 1
119 error electron@5.0.4 postinstall: `node install.js`
119 error Exit status 1
120 error Failed at the electron@5.0.4 postinstall script.
120 error This is probably not a problem with npm. There is likely  additional logging output above.
121 verbose exit [ 1, true ]

这是一个错误吗(因为我正在阅读类似的错误on GitHub,但现在已关闭)?还是有办法修复或进一步强制安装?

  

我对NPM / Electron来说还很陌生,所以这可能只是正常现象,我缺乏经验,但是在我的Windows机器上效果很好,所以我想知道。谢谢您的帮助!

1 个答案:

答案 0 :(得分:3)

我在Mac上使用命令sudo npm install -g electron@latest --unsafe-perm=true安装了electronic js。我可以运行electron命令。