We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一、安装步骤中缺少如下命令 npm install -g bower npm install -g ember-cli
二、运行 ember server 命令后,出现如下的提示信息 Future versions of Ember CLI will not support v4.2.3. Please update to Node 0.12 or io.js. version: 1.13.8
The text was updated successfully, but these errors were encountered:
@zhangbody 1.您需要执行以下命令安装下依赖: npm install -g ember-cli npm install -g bower
2.您需要升级一下node版本
Sorry, something went wrong.
这个提示是warning,不会影响运行,我们后面会解决
No branches or pull requests
一、安装步骤中缺少如下命令
npm install -g bower
npm install -g ember-cli
二、运行 ember server 命令后,出现如下的提示信息
Future versions of Ember CLI will not support v4.2.3. Please update to Node 0.12 or io.js.
version: 1.13.8
The text was updated successfully, but these errors were encountered: