You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to deploy to a user that uses nvm instead of the system version of nodejs, Capistrano will fail to find the node executable. This commit resolves this by adding a call to the nvm loading script before running yarn in the execute line.
0 commit comments