??
安裝Yii碰到「the file or directory to be published does not exist bower/jquery/dist」
參考http://www.yiichina.com/doc/ installation 安裝Yii,當開啟網頁時,遇到「the file or directory to be published does not exist bower/jquery/dist」錯誤
去參考官方文件:去參考官方文件:
yiisoft/yii2/blob/master/docs/guide-zh-CN/start-installation.md發現問題在安裝的插件有bug需要更新到最新版Yiichina給的是com require"fxp/composer-asset-plugin:~1.0.0"
官網給的是composer global require "fxp/composer-assam-plugin; 改成官網的再生成basic網站就可以正常訪問了
以上就介紹了安裝Yii碰到“the file or directory to be published does not exist bower/jquery/dist”,包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。