npm install -g ember-cli
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
/usr/local/Cellar/node/6.3.1/libexec/npm/bin/ember -> /usr/local/Cellar/node/6.3.1/libexec/npm/lib/node_modules/ember-cli/bin/ember
/usr/local/Cellar/node/6.3.1/libexec/npm/lib
└── ember-cli@2.9.1
The above is the command is what I've used to install ember. But when I type ember -v
it shows -bash: ember: command not found
.
What am I doing wrong?