我的angular2项目是基于旧的RC4构建的,但是我要将ng2-file-upload模块添加到我的项目中。我什么时候得到
├── UNMET PEER DEPENDENCY @angular/common@2.0.0-rc.4
├── UNMET PEER DEPENDENCY @angular/compiler@2.0.0-rc.4
├── UNMET PEER DEPENDENCY @angular/core@2.0.0-rc.4
├── UNMET PEER DEPENDENCY @angular/forms@2.0.0
├── ng2-file-upload@1.1.0
└── UNMET PEER DEPENDENCY parse5@^1.5.0
npm WARN ng2-file-upload@1.1.0 requires a peer of @angular/common@2.0.0 but none was installed.
npm WARN ng2-file-upload@1.1.0 requires a peer of @angular/compiler@2.0.0 but none was installed.
npm WARN ng2-file-upload@1.1.0 requires a peer of @angular/core@2.0.0 but none was installed.
npm WARN ng2-file-upload@1.1.0 requires a peer of @angular/forms@2.0.0 but none was installed.
有没有办法使用这个模块,或者为RC4获取这个模块的旧版本?
答案 0 :(得分:0)
问题是你用于ng2-file-upload的版本需要更新版本的angular 2.你实际上使用版本2.0.0-rc.4 你可以在project的package.json中看到它。 您应该考虑使用旧版本的ng2-file-upload或升级到angular 2.0.0
我看到版本1.0.3使用angular2 rc1,也许RC4与此版本兼容。尝试使用此版本的ng2-file-upload,看看是否有效。 您可以指定package.json文件中使用的版本