yongkangchen / remote-sync

Upload your files to remote host after every change. Both SCP/SFTP and FTP are supported.
https://atom.io/packages/remote-sync
MIT License
237 stars 71 forks source link

doesn't work in 1.19.1 #435

Closed w-barath closed 7 years ago

w-barath commented 7 years ago

to reproduce:

install atom 1.19.1

$ rm -rf ~/.atom; # start fresh $ atom

Navigate to Edit->Preferences Click Install Enter "sync" Click "install" for remote-sync open a project folder right click on any folder in the project.... no sync options exit atom restart atom open a project folder right click... no sync options.

DonRichards commented 7 years ago

+1

jeffatwanderlust commented 7 years ago

+1

developer99 commented 7 years ago

+1

DonRichards commented 7 years ago

Anyone working on this?

developer99 commented 7 years ago

After upgrading to 1.19.1 and between making the changes in #388 and rebuilding outdated packages (click on red bug icon in footer and press "Rebuild"). It seemed to mostly work.

After setting up the config and setting a file to monitor, I had to restart Atom for it to work. Also if you change any of the monitoring settings, it seems you have to restart to make it work.

DonRichards commented 7 years ago

Yes, I get this message but it comes up every time I reload atom.

Some installed packages could not be loaded because they contain native modules that were compiled for an earlier version of Atom.

remote-sync 4.1.5

binding@unknown – Cannot find module '/Users/don/.atom/packages/remote-sync/node_modules/fsevents/lib/binding'
binding@unknown – Cannot find module '/Users/don/.atom/packages/remote-sync/node_modules/fsevents/lib/binding'
binding@unknown – Cannot find module '/Users/don/.atom/packages/remote-sync/node_modules/fsevents/lib/binding'
binding@unknown – Cannot find module '/Users/don/.atom/packages/remote-sync/node_modules/fsevents/lib/binding'
binding@unknown – Cannot find module '/Users/don/.atom/packages/remote-sync/node_modules/fsevents/lib/binding'
binding@unknown – Cannot find module '/Users/don/.atom/packages/remote-sync/node_modules/fsevents/lib/binding'
DonRichards commented 7 years ago

I think this issue has been seen before. Fix menu not showing up

EDITED: Not a solution. This just adds the right click menu back.

daverogers commented 7 years ago

Some saint forked this project and made a new plugin, applying fixes the community had been submitting. Confirmed that it works with 1.19.x.

https://github.com/laymance/remote-sync-pro

jogravila commented 7 years ago

Hi, I have the same messages

remote-sync-pro 5.1.1

binding@unknown – Cannot find module '/Users/jordi/.atom/packages/remote-sync-pro/node_modules/fsevents/lib/binding' binding@unknown – Cannot find module '/Users/jordi/.atom/packages/remote-sync-pro/node_modules/fsevents/lib/binding' binding@unknown – Cannot find module '/Users/jordi/.atom/packages/remote-sync-pro/node_modules/fsevents/lib/binding' binding@unknown – Cannot find module '/Users/jordi/.atom/packages/remote-sync-pro/node_modules/fsevents/lib/binding' binding@unknown – Cannot find module '/Users/jordi/.atom/packages/remote-sync-pro/node_modules/fsevents/lib/binding' binding@unknown – Cannot find module '/Users/jordi/.atom/packages/remote-sync-pro/node_modules/fsevents/lib/binding'

jogravila commented 7 years ago

Sorry, resolved rebuildind pakage

the-evgenii commented 7 years ago

+1

w-barath commented 7 years ago

ty