morris / vinyl-ftp

Blazing fast vinyl adapter for FTP
Other
388 stars 31 forks source link

MacOS High Sierra 10.13.3 (17D47) Issues #111

Closed rafamarins closed 6 years ago

rafamarins commented 6 years ago

Hello.

Just wondering if anyone is facing any issues with vinyl and High Sierra. I have this little gulp setup to compile both my js and styles and upload to the ftp server automatically (Using SFTP), but after I've updated my MacOS to this latest version I can't seem to make it work. The log messages say it connects and disc fine, but the files do not get uploaded. Had a look around and saw that this version had ftp and telnet client's removed, tried a couple of solutions some people offered out there, but nothing seems to have worked. It works fine on previous versions of MacOS as I work have two different machines.

Trying on a non STFP server it seems to work just fine.

Here's my little gulp setup -> https://github.com/rafamarins/deploiii NPM version - 5.5.1 Node Version - 9.3.0 Visual Code version - 1.20.1 And the log messages SFTP -> screen shot 2018-02-18 at 11 19 00 pm Non SFTP (And expected outcome) -> screen shot 2018-02-18 at 11 23 29 pm

Let me know if anyone is facing any issues like this and if you have any solutions/workaround it.

rafamarins commented 6 years ago

Solved. Issues with node/npm installed by brew. Had to remove it all and installed it with nvm.