DEV Community

harshdsdh
harshdsdh

Posted on

ember dependencies

hey developers. good morning!
i have a small question. when i install dependencies using 'npm install' it works but then when i do 'ember serve' it gives an error asking me to 'Run yarn to install missing dependencies.' so my question is what am i doing wrong here. if i make sure that i only have npm or yarn on my system then will it work or ember requires both npm and yarn to install its dependencies?

Top comments (3)

Collapse
 
theklr profile image
Kevin R

you may have set up your ember config to use yarn v. npm. This has more info.

Collapse
 
harsh profile image
harshdsdh

got it. thanks for the help

Collapse
 
theklr profile image
Kevin R

No problem