如何安装一组NPM软件包的最新版本,使它们彼此兼容?

时间:2016-08-16 04:16:42

标签: angularjs node.js npm npm-install

我想安装此列表中的所有npm包:

@angular/common, @angular/compiler, @angular/core, @angular/forms, @angular/http, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router, @angular/router-deprecated, @angular/upgrade, systemjs, core-js, reflect-metadata, rxjs, zone.js, angular2-in-memory-web-api, es6-promise, es6-shim, jquery, bootstrap

是的,这是相当多的包裹。那么如何安装应该相互协作的最新版本(假设我可以信任npm包元数据中声明的依赖版本)?

1 个答案:

答案 0 :(得分:0)

我如何:

  1. 转到Quickstart
  2. 滚动至configuration files
  3. 从“package.json”选项卡复制/粘贴(参见“依赖关系”部分)