atom-community / sync-settings

Synchronize all your settings and packages across atom instances
https://atom.io/packages/sync-settings
MIT License
1.14k stars 105 forks source link

Something has gone wrong 500 #754

Open wasit-shafi opened 1 year ago

wasit-shafi commented 1 year ago

I am trying to install sync-setting on my windows (Earlier used on Mac Book Pro M1), but it seems there is some server issue on the atom website related to this package only, I also tried to search this package inside atom IDE but not is shown in results( As I tried some other packages they are working fine).

Package Link: https://atom.io/packages/sync-settings

Refer to the below Screenshots: image image

UziTech commented 1 year ago

See https://github.com/atom/atom/issues/25438

This is something atom would need to fix.

UziTech commented 1 year ago

The current work around is to install it via the repo

apm install https://github.com/atom-community/sync-settings
semseysandor commented 11 months ago

Thanks @UziTech! I was about to kiss goodbye to Atom because of this (which will inevitably happen though), but installing via repo solved my case as well.

For me the error was:

Installing sync-settings to /XXXXX/.atom/packages /usr/share/atom/resources/app/apm/lib/install.js:256
          if (body.releases.latest) {
                            ^

TypeError: Cannot read property 'latest' of undefined
UziTech commented 11 months ago

@semseysandor you should try pulsar-edit it is a fork of Atom as a community driven editor.