layout: post title: “2017-03-09-atom-editor-install-error” date: 2017-03-09 14:26:16 +0000
Atom Editor を入れようと思ったら以下のようなエラーが出てしまいました。
エラーメッセージ
2016-03-09 07:49:49> Program: Starting Squirrel Updater: --install .
2016-03-09 07:49:49> Program: Starting install, writing to C:UsersNameAppDataLocalSquirrelTemp
2016-03-09 07:49:50> Program: About to install to: C:UsersNameAppDataLocalatom
2016-03-09 07:49:51> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: パス 'C:UsersNameAppDataLocalatompackagesRELEASES' の一部が見つかりませんでした。
場所 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
場所 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
場所 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
場所 Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
場所 Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__3d.MoveNext()
2016-03-09 07:49:51> CheckForUpdateImpl: Reading RELEASES file from C:UsersNameAppDataLocalSquirrelTemp
2016-03-09 07:49:51> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
2016-03-09 07:49:51> ApplyReleasesImpl: Writing files to app directory: C:UsersNameAppDataLocalatomapp-1.5.4
2016-03-09 07:51:00> IEnableLogger: Failed to install package to app dir: System.AggregateException: 1 つ以上のエラーが発生しました。 ---> System.IO.IOException: パス 'resources' へのアクセスが拒否されました。
対処法
https://github.com/atom/atom/releases/tag/v1.19.1 から ZIP 版をインストール
ただし、この ZIP 版は開発終了している上、自動アップデートすらされないとのこと。ちなみに、しばらくこちらにお世話になった後 Windows アップデートしたら普通にインストールできるようになりました…
参考リンク
atomがインストール出来ない
windows7でatomがインストール出来ない。下記のURL空のダウンロードです。その時のログはありますが。かなりに長い為に掲載は出来ません。文字数は、8540有ります。行数は、99です。最初のエラー... - Android | 教えて...