Exception 'yii\base\InvalidParamException' with message 'The file or directory to be published does not exist: /data/vendor/bower/jquery/dist'
修改 yii2/base/Application.php 文件中
Yii::setAlias('@bower', $this->_vendorPath . DIRECTORY_SEPARATOR . 'bower');
为
Yii::setAlias('@bower', $this->_vendorPath . DIRECTORY_SEPARATOR . 'bower-asset');