当我尝试使用Bower安装WordPress时
bower install wordpress
它安装了3.9.2版本。但是我需要4.0版本,因为我想在安装WordPress之前配置语言。
发布于 2014-10-16 20:52:22
您可以告诉Bower您想要哪个特定版本的安装
bower install wordpress#4.0
https://stackoverflow.com/questions/26365346
相似问题