Ember CLI 是一个 Ember.js 命令行工具,提供了由 broccoli 提供的快速的资源管道和项目结构。
Ember CLI 2.13.2 版本更新内容如下:
- #7023 Allow broccoli-babel-transpiler to float with SemVer
- #7028 add yarn missing default comment
- #7036 Ensure
lintTree
results cannot clobber tests - #7049 Prevent warnings from broccoli-babel-transpiler
- #7051 Corrected a typo in Windows elevation test error message
- #7052 Pass only package to npm uninstall task that exist
安装:
npm uninstall -g ember-cli
npm cache clean
npm install -g ember-cli@2.13.2
下载地址:
转自 https://www.oschina.net/news/85051/ember-cli-2-13-2