点击登录
  • 欢迎访问无限星辰技术博客,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站 QQ群
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏无限星辰吧
  • 好集导航开张了,传送门:好集导航

windows下 composer常见错误及处理

WIN服务器 crx349 5008次浏览 0个评论 扫描二维码

windows下 composer常见错误及处理。

错误一:

Warning: This development build of composer is over 30 days old. It is recommend

ed to update it by running “C:\ProgramData\ComposerSetup\bin\composer.phar self-

update” to get the latest version.

解决方法:

composer selfupdate

错误二:

You are running composer with xdebug enabled. This has a major impact on runtime

performance. See https://getcomposer.org/xdebug

解决方法:

打开php.ini,在zend_extension前加分号

;zend_extension = “d:/wamp/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5-5.5-vc11-x86_64.dll”
见文档:

https://getcomposer.org/doc/articles/troubleshooting.md#xdebug-impact-on-composer

错误三:

Fatal error: Call to undefined method Fxp\Composer\AssetPlugin\Package\Version\V
ersionParser::parseLinks() in C:\Documents and Settings\Administrator\Applicatio
n Data\Composer\vendor\fxp\composer-asset-plugin\Repository\VcsPackageFilter.php
on line 272

解决办法:

删除composer资源插件,再重新安装

Linux : rm -rf ~/.composer/vendor/fxp

Windows : rm -r %APPDATA%\Composer\vendor\fxp

重新安装:

composer global require “fxp/composer-asset-plugin:~1.0.3”
如果还有其它错误,可尝试全局更新:

composer global update
见参考:

http://stackoverflow.com/questions/32901750/why-do-i-get-php-fatal-error-when-i-want-to-install-an-extension

错误四:

The “yiisoft/yii2-composer” plugin requires composer-plugin-api 1.0.0, this *WIL L* break in the future and it should be fixed ASAP (require ^1.0 for example). The “fxp/composer-asset-plugin” plugin requires composer-plugin-api 1.0.0, this*WILL* break in the future and it should be fixed ASAP (require ^1.0 for example ).

解决办法:

Yii2 需要 composer-plugin-api 1.0 以上的版本,运行以下命令:

composer global require “fxp/composer-asset-plugin:~1.1.1”

更多信息参考:

composer 中文网:http://www.phpcomposer.com/

composer官网:https://getcomposer.org/doc/


无限星辰 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明windows下 composer常见错误及处理!
喜欢 (1)
[]
分享 (0)

您必须 登录 才能发表评论!