gpt4 book ai didi

angularjs - at 符号或 '@' 作为包名称的 Angular 模块的前缀是什么意思?

转载 作者:行者123 更新时间:2023-12-03 08:11:28 24 4
gpt4 key购买 nike

在我的“package.json”文件中,似乎所有 Angular 依赖项都以 @ 为前缀。这是什么意思?例如。

"dependencies": {
"@angular/common": "2.0.0-rc.5",

为什么不像下面那样,没有@?
"dependencies": {
"angular/common": "2.0.0-rc.5",

最佳答案

npm 有两种类型的模块:

  • 全局模块 - npm install mypackage
  • Scoped modules - npm 安装@myorg/mypackage

  • 范围是一种将相关包组合在一起的方式,也影响 npm 处理包的方式的一些事情。

    关于angularjs - at 符号或 '@' 作为包名称的 Angular 模块的前缀是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39050406/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com