composer update issue in aws amazon linux

hi ,

i have tried composer update in aws amazon linux. i got bower path error it installed in bower/bower-asset not in bower.

i have changed my bower path to bower/bower-asset in base appication then project works.

how can i overcome this issue when next time composer update?????

change in application

Yii::setAlias(’@bower’, $this->_vendorPath . DIRECTORY_SEPARATOR . ‘bower/bower-asset’);

Same here (EDIT: in fact not the same, just a similar issue) and I wasn’t able to figure it out. As a workaround, I simply symlinked vendor/bower to vendor/bower-asset.

Please check https://github.com/francoispluchino/composer-asset-plugin/issues/164

thanks for replying.