在Angular Component Router文档中我偶然遇到了一个从未见过的npm命令,我不知道发生了什么:
npm install @angular/router --save
的意义是什么 @angular/router
?
整个字符串是包名吗?但是当我在npmjs.com上使用搜索时,却找不到该包。命令行搜索也不会返回任何此类包:
npm search @angular/router
:No match found for "@angular/router"
那么@angular/
npm中的某种前缀机制呢?以及它如何运作?
npm help scope