Want to install ember CLI in your machine? You can install the latest version of Ember CLI by running the following command. If you’ve already done this by following the Quick Start guide, feel free to skip ahead!
1 |
$ npm install -g ember-cli |
To verify that your installation was successful, run:
1 2 3 4 |
$ ember --version ember-cli: 3.16.0 node: 12.16.0 os: linux x64 |
If a version number is shown, you’re ready to go.
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.