dasuchin / grunt-ssh-deploy

Grunt SSH Deployment
MIT License
66 stars 45 forks source link

Getting "Cannot call method 'join'" warning #58

Open binnyva opened 7 years ago

binnyva commented 7 years ago

When I run the command 'grunt ssh_deploy:staging' command, I'm getting the error...

Warning: Cannot call method 'join' of undefined Use --force to continue.

I fixed this by replacing all instances of 'path.posix.join' to 'path.join' in ssh_deploy - I can put in a pull request with this fix if you want.