9
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mac OS high Sierraにupdate後,Atom Editorのupdateが動かなかったときの解決法メモ

Posted at

はじめに

Atom editorを 1.21.0 -> 1.21.1にアップデートしようと,
いつも通りAtom内でRestart & Updateをクリックしたのですが, いつまで経っても再起動してきませんでした.
何度もやり直してもダメだったので, 最終的に解決した手法をメモっておきます.

発生環境

  • macOS High Sierra
  • Atom Editor 1.21.0 -> 1.21.1へのアップデート

解決法

Atom のサポートにDiscussionがあり, 同じ状況の人達がいたので参考にしました.
ここには複数のステップが書いてありますが, 自分は最初のステップのみで解決しました.

$ sudo chown -R $(whoami) /Applications/Atom.app/

High Sierraにアップデートしたときにディレクトリの権限変わってたのかな。。。 :thinking:

9
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?