Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 npmjs.com 上搜索具有两个(或更多)特定标签的包?我尝试了一些搜索词,但无济于事:
keywords:webpack+plugin keywords:webpack,plugin keywords:webpack keywords:plugin
npmjs.com 文档也没有给我答案。
尝试使用空间
keywords:kw1 kw2
您可以从控制台进行搜索。
npm find "kw1" "kw2"
https://docs.npmjs.com/cli/search