Closed
Description
<img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="96" height="96"hspace="10"> Issue by sethladd
Originally opened as dart-lang/sdk#23426
Testing out pub run's ability to run scripts. It appears that it's unable to run a script in a dependency's dependency.
Setup:
package A
depends on package B
package B
depends on dartdoc
I tried running with pub run dartdoc:dartdoc
from package A
Output/error:
Package "dartdoc" is not an immediate dependency.
Cannot run executables in transitive dependencies.