Skip to content

Instantly share code, notes, and snippets.

View niteeshyarra's full-sized avatar

Niteesh Yarra niteeshyarra

  • Quicken Loans
  • Detroit, MI
View GitHub Profile
@niteeshyarra
niteeshyarra / gist:c96911c8f85931dde897fdc3579fa416
Created September 15, 2016 13:03
Log for atom installation
2016-09-15 16:20:17> Program: Starting Squirrel Updater: --install .
2016-09-15 16:20:17> Program: Starting install, writing to C:\Users\nitee\AppData\Local\SquirrelTemp
2016-09-15 16:20:17> Program: About to install to: C:\Users\nitee\AppData\Local\atom
2016-09-15 16:20:17> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\nitee\AppData\Local\atom\packages\RELEASES'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at 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)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
at Squirrel.UpdateManager.CheckFo