ubuntu下安装 electron时报 Cannot read property 'insert' of undefined

npm ERR! Cannot read property 'insert' of undefined

npm ERR! A complete log of this run can be found in:
npm ERR! /home/jbjiang/.npm/_logs/2022-08-12T02_44_16_135Z-debug-0.log

 

问题原因

 

没有使用root权限。调用npm install 权限不足导致 的

 

解决方法

sudo npm install

posted @ 2022-08-12 11:21  jason_bo  阅读(1075)  评论(0)    收藏  举报