对于我的生活,我无法弄清楚如何在我安装的 0.2.19 版本中搜索远程 NPM 包。npm ls
并且npm search
(一个是另一个的明显别名)仅显示本地安装的软件包。相关的帮助对话框/手册页缺少一个明显的答案,除了这个对配置选项的模棱两可的引用:
配置
listopts 默认值:“”
A whitespace-separated list of extra args that are always passed to npm ls For example: listopts = remote npm ls The output here will always filter by remote
我应该得出结论,npm 搜索远程存储库的唯一方法是在配置文件中添加一个设置,还是有一个我可以使用的命令?