Angular 4的动画的稳定版本是什么?

时间:2017-07-28 21:31:00

标签: angular animation npm-install

我在npm install上收到此错误

npm WARN @ angular / animations @ 4.3.2需要@ angular / core @ 4.3.2的同伴,但没有安装。

我在npm start

上得到了这个

node_modules/@angular/platform-b​​rowser/animations/src/providers.d.ts(8,119):错误TS2305:模块'“E:/ Angular / quickstart-master1 / quickstart-master / node_modules / @角度/动画/浏览器“'没有导出成员'ɵDomAnimationEngine'。

这是我得到的ng -v

Unable to find "@angular/cli" in devDependencies.

Please take the following steps to avoid issues:
"npm install --save-dev @angular/cli@latest"

    _                      _                 ____ _     ___
   / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
  / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
 / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
/_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
               |___/
@angular/cli: 1.2.1
node: 6.11.1
os: win32 x64
@angular/animations: 4.3.2
@angular/common: 4.0.3
@angular/compiler: 4.0.3
@angular/core: 4.0.3
@angular/forms: 4.0.3
@angular/http: 4.0.3
@angular/platform-browser: 4.0.3
@angular/platform-browser-dynamic: 4.0.3
@angular/router: 4.0.3

1 个答案:

答案 0 :(得分:0)

@angular以下的所有套餐都应具有完全相同的版本。

在您的情况下,使用@angular/animations@4.0.3或首选,将@angular包的其余部分更新为@latest