DEV Community

harshdsdh
harshdsdh

Posted on

1 1

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

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay