Why should I use ember install over NPM or yarn?

Viewed 1324

I'm new to ember and I discover the command ember install pkg and I'm wondering why such package instead of using external package manager such as yarn or npm which are industry-wide/de-facto standard.

Question

Why should I use ember install over NPM or yarn?

2 Answers
Related