Which one I should install? Yarn vs npm

Please some one tell which package manager I should install yarn or nodejs npm to install node sass. I don’t have any commadline knowledge

Hello Ankit,

It will be easy to answer your question if you mention the specific exercise from the trainings.

However if your are talking about Managing Packages with Npm under Apis and Microservices certification, then I think your should go for npm.

Thanks

@SmallMan90 Sorry about that I just want to install node sass and I don’t have any knowledge in commadline

From a performance point of view yarn is a better option to use than the npm. However for a newbie, one can start out with anyone of them.

My suggestion here for you would be to startout with npm and later explore yarn.

@SmallMan90 thanks for your reply. I will install npm