bowerphp
bowerphp copied to clipboard
Update command incompatibility
When you run original bower update
it quietly installs all required components including those never installed before.
bowerphp exits with error:
[RuntimeException]
Package adminlte is not installed.
Usually package managers (bower, npm, composer, ...) do install when you run update
.
@garak Will you take PR? Can you please explain basic idea how to do the trick?