简体   繁体   中英

How can I search npmjs.com packages on multiple tags?

How can I search packages on npmjs.com having two (or more) specific tags? I experimented with some search terms, but to no avail:

keywords:webpack+plugin
keywords:webpack,plugin
keywords:webpack keywords:plugin

The npmjs.com documentation also didn't give me an answer.

You can do the search from console.

npm find "kw1" "kw2" 

https://docs.npmjs.com/cli/search

尝试利用空间

keywords:kw1 kw2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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