博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Class Fxp\Composer\AssetPlugin\Repository\NpmRepository does not exist
阅读量:6614 次
发布时间:2019-06-24

本文共 591 字,大约阅读时间需要 1 分钟。

 

使用 composer 安装 laravel 时报错, 如下:

[ReflectionException]

Class Fxp\Composer\AssetPlugin\Repository\NpmRepository does not exist

[ErrorException]

Declaration of Fxp\Composer\AssetPlugin\Repository\AbstractAssetsRepository::whatProvides() should be compatible with Composer\Repository\ComposerRepository::whatProvides(Composer\DependencyResol
ver\Pool $pool, $name, $bypassFilters = false)

 

按如下命令可解决

sudo composer global update fxp/composer-asset-plugin --no-plugins

php composer.phar global update fxp/composer-asset-plugin --no-plugins

参考[]

转载于:https://www.cnblogs.com/debmzhang/p/5439663.html

你可能感兴趣的文章