繁体   English   中英

如何修复npm install react list过滤器

[英]How to fix npm install react list filter

我在使用npm安装react-list-filter时遇到错误(npm install react-list-filter),这是控制台中的错误消息:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for awesomplete@1.0.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'react-list-filter'
npm ERR! notarget 

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/andrew/.npm/_logs/2017-09-26T08_01_47_125Z-debug.log

我尝试安装awesomplete,但在安装react-list-filter时仍然出现错误,请有人帮助我解决此错误。

看起来是他们的错误,一年前的一个问题中列出了它。

https://github.com/rauljordan/react-list-filter/issues/1

它不太可能修复,您可能需要派生其存储库并更改其对awesomplate版本的依赖性

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM