Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 towerjs 安装后脚本运行时,我不断收到此错误
npm ERR! Error: EACCES, open '/home/claire/.npm/e18f6569-thub-com-viatropos-coffeecup-git.lock'
我试过 sudo 和 -g 但我认为这是因为安装后脚本不包含 sudo。我可以自己安装咖啡杯,但塔式安装失败。
登录以root正确完成安装。
root
对于 Ubuntu:
root如果尚未定义,请设置密码:
sudo passwd
将用户更改为root
su
安装tower
tower
npm install tower -g
这种方式对我有用。
注意root:如果您将用户更改为withsudo -s命令,则不起作用。仅适用于su.
sudo -s