1

对于我的生活,我无法弄清楚如何在我安装的 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 搜索远程存储库的唯一方法是在配置文件中添加一个设置,还是有一个我可以使用的命令?

4

1 回答 1

3
raynos@raynos-MS-7681:~$ npm search ncore
npm http GET https://registry.npmjs.org/-/all/since?stale=update_after&startkey=1330640201000
npm http 200 https://registry.npmjs.org/-/all/since?stale=update_after&startkey=1330640201000
NAME   DESCRIPTION                        AUTHOR   DATE              KEYWORDS
ncore  Core library for your application  =raynos  2012-02-28 11:49  core archit
raynos@raynos-MS-7681:~$ npm --version
1.1.0
于 2012-03-01T22:19:56.320 回答