使用 npm 安装 Ionic Cloud 但出现有关 Jasmine 的错误

Using npm to install Ionic Cloud but get error about Jasmine

我运行这个命令将 Ionic Cloud 添加到我的项目中:

npm install --save @ionic/cloud-angular

但是我得到这个错误:

npm WARN angularfire2@2.0.0-beta.6 requires a peer of @types/jasmine@^2.5.36 but none was installed.

我需要做什么才能安装 Jasmine?我想这就是我需要做的。

我试过:

npm install --save jasmine

但这给了我:

npm install --save jasmine
ionic-hello-world@ /Users/chris/Documents/ionic/wurk
├── UNMET PEER DEPENDENCY @types/jasmine@^2.5.36
└── jasmine@2.5.2 

npm WARN angularfire2@2.0.0-beta.6 requires a peer of @types/jasmine@^2.5.36 but none was installed.

安装@types/jasmine

npm install @types/jasmine --save

参见:https://www.npmjs.com/package/@types/jasmine