Electron JS install error - Error: EACCES: permission denied

后端 未结 4 1477
礼貌的吻别
礼貌的吻别 2021-01-14 07:00

getting error while installing ElectronJS,

Error:

Error: EACCES: permission denied, mkdir \'/usr/lib/node_modules/electron/.electron\'
4条回答
  •  醉酒成梦
    2021-01-14 07:30

    You can try with the following command

    sudo npm install -g electron --unsafe-perm=true --allow-root
    

    i hope it will be work

提交回复
热议问题