下面由composer教程栏目给大家介绍composer安装依赖时报错的处理办法,希望对需要的朋友有所帮助!
近段时间经常跟composer打交道,在中间也遇到了很多的坑,这里总结一下
目录
0x01 安装时composer出现killed,被终止
0x02 出现“your requirements could not be resolved to an installable set of packages.”
在使用下面命令对composer.json进行安装的时候,经常会出现下面的两种种问题。
composer install0x01 安装时composer出现killed,被终止
情况可能是下面这个样子的
这种情况是由于缓存不足而造成的,在linux中我们可以增加缓存来解决这个问题。
free -mmkdir -p /var/_swap_cd /var/_swap_dd if=/dev/zero of=swapfile bs=1m count=2000mkswap swapfileswapon swapfileecho "/var/_swap_/swapfile none swap sw 0 0" >> /etc/fstabfree -m0x02 composer出现“your requirements could not be resolved to an installable set of packages.”
这种报错的情况一般是这样子的
它虽然出现了"your requirements could not be resolved to an installable set of packages.","you can also run php --ini inside terminal to see which files are used by php in cli mode."这两种提示,但是这个不是我们所要关注的重点。
我们需要关注的是中间problem提示了哪些内容
比如下面这个情况
在这种情况下,我们仅仅只需要安装php所对应的gd就可以解决这个报错了。
这里我用ubuntu为例来说明,如果你安装的是php7.0的,即使用下列命令进行安装的
apt-get install php7.0这个时候需要运行下列命令就可以安装了,就可以解决这个问题了
apt-get install php7.0-gd下面这个例子也是一样的解决办法
apt-get install php7.0-mbstring如果安装的是php7.2,这里改一下版本就可以了
apt-get install php7.2-mbstring
河南云服务器租赁公司电话号码个人姓名之前少写了一字-其他问题网站优化中怎么提升优质外链和SEO排名数据库备份问题-其他问题【合肥网站建设】为什么关键词有排名,却没有显示量?网站空间调整-市场咨询怎么设置云服务器数据库怎样租用云服务器呢