I'm trying to execute npm install in a subdirectory before the release is 
symlinked, because composer installs a package which requires it.

However, when I try

within release_path + '/foo/bar' do
  execute :npm, 'install'

It can't install, cause it only sees /foo/bar as the path... am I missing 
something?

-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/b9dfc621-108f-4492-91b5-8202c92e432a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to