标签:not 运行命令 pat his director pre soft alias ges
安装 yiisoft/yii2-apidoc 时经常发生安装冲突
看清apidoc所需要的组件
安装可以满足apidoc组件的依赖
phpdocumentor/reflection-docblock: ^2.0.4
cebe/markdown: ~1.0.0 | ~1.1.0
最后运行命令的时候发现
The file or directory to be published does not exist: F:\sourcecode\green\vendor\yiisoft\yii2-apidoc/../..\bower/bootstrap/dist
Yii2版本2.0.15 提示vendor/bower 目录不存在
找到 路径下面第465行
修改
Yii::setAlias(‘@bower‘, $this->_vendorPath . DIRECTORY_SEPARATOR . ‘bower‘);
替换为
Yii::setAlias(‘@bower‘, $this->_vendorPath . DIRECTORY_SEPARATOR . ‘bower-asset‘);
标签:not 运行命令 pat his director pre soft alias ges
原文地址:https://www.cnblogs.com/Mr-Hawaii-Felix/p/9600081.html