>  기사  >  백엔드 개발  >  安装Yii碰到“the file or directory to be published does not exist bower/jquery/dist”

安装Yii碰到“the file or directory to be published does not exist bower/jquery/dist”

WBOY
WBOY원래의
2016-07-29 08:56:091405검색

??

安装Yii碰到“the file or directory to be published does not exist bower/jquery/dist”

参考http://www.yiichina.com/doc/guide/2.0/start-installation 安装Yii,当打开网页时,遇到“the file or directory to be published does not exist bower/jquery/dist”错误

去参考官方文档:https://github.com/yiisoft/yii2/blob/master/docs/guide-zh-CN/start-installation.md 发现问题在安装的插件有bug需要更新到最新版

Yiichina给的是composerglobalrequire"fxp/composer-asset-plugin:~1.0.0"

官网给的是composer global require "fxp/composer-asset-plugin:~1.1.1"

改成官网的再生成basic网站就可以正常访问了

以上就介绍了安装Yii碰到“the file or directory to be published does not exist bower/jquery/dist”,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.