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?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
you may have set up your ember config to use yarn v. npm. This has more info.
got it. thanks for the help
No problem