Heim > Backend-Entwicklung > PHP-Tutorial > windows安装yii2框架老是出现下面问题

windows安装yii2框架老是出现下面问题

WBOY
Freigeben: 2016-06-06 20:30:05
Original
1108 Leute haben es durchsucht

Problem 1
- yiisoft/yii2 2.0.3 requires bower-asset/jquery 2.1.@stable | 1.11.@stabl
e -> no matching package found.
- yiisoft/yii2 2.0.2 requires bower-asset/jquery 2.1.@stable | 1.11.@stabl
e -> no matching package found.
- yiisoft/yii2 2.0.1 requires bower-asset/jquery 2.1.@stable | 1.11.@stabl
e -> no matching package found.
- yiisoft/yii2 2.0.0 requires bower-asset/jquery 2.1.@stable | 1.11.@stabl
e -> no matching package found.
- Installation request for yiisoft/yii2 * -> satisfiable by yiisoft/yii2[2.0
.0, 2.0.1, 2.0.2, 2.0.3].

但是执行了:
composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
这一行命令后又可以了,这条命令是作了更新操作吗??

回复内容:

Problem 1
- yiisoft/yii2 2.0.3 requires bower-asset/jquery 2.1.@stable | 1.11.@stabl
e -> no matching package found.
- yiisoft/yii2 2.0.2 requires bower-asset/jquery 2.1.@stable | 1.11.@stabl
e -> no matching package found.
- yiisoft/yii2 2.0.1 requires bower-asset/jquery 2.1.@stable | 1.11.@stabl
e -> no matching package found.
- yiisoft/yii2 2.0.0 requires bower-asset/jquery 2.1.@stable | 1.11.@stabl
e -> no matching package found.
- Installation request for yiisoft/yii2 * -> satisfiable by yiisoft/yii2[2.0
.0, 2.0.1, 2.0.2, 2.0.3].

但是执行了:
composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
这一行命令后又可以了,这条命令是作了更新操作吗??

题主你可以试试这个:

<code>composer global require "fxp/composer-asset-plugin:1.0.3"

</code>
Nach dem Login kopieren

这个composer-asset-plugin是用composer来管理bower packages 和 npm packages的

刚刚好出了个系列教程:

http://segmentfault.com/blog/jellybool

具体安装可以看这个:

http://segmentfault.com/a/1190000003047525

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage