capistrano-node-deploy icon indicating copy to clipboard operation
capistrano-node-deploy copied to clipboard

After add require in Capfile and deploy error with encoding

Open Dobrosvet opened this issue 7 years ago • 0 comments

Error message

(Backtrace restricted to imported tasks)
cap aborted!NoMethodError: undefined method `instance' for Capistrano::Configuration:Class
Did you mean?  instance_of?
(Backtrace restricted to imported tasks)
cap aborted!Encoding::CompatibilityError: incompatible encoding regexp match (Windows-1251 regexp with UTF-8 string)

I think it's because in path to the my local project contains symbols Windows-1251 (sorry for my english if that)

Dobrosvet avatar Sep 08 '18 14:09 Dobrosvet