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

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/280110.html

(0)
上一篇 2022年8月12日
下一篇 2022年8月12日

相关推荐

发表回复

登录后才能评论