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 が含まれていないためだと思います。coffeecup は単独でインストールできますが、tower サブのインストールは失敗します。
でログインしてroot、正しくインストールを完了してください。
root
Ubuntu の場合:
rootまだ定義されていない場合は、パスワードを設定します。
sudo passwd
ユーザーをに変更root
su
インストールtower
tower
npm install tower -g
この方法は私にとってはうまくいきます。
注:コマンドでユーザーを変更するrootと機能しません。sudo -sでのみ動作しsuます。
sudo -s