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’);