--- title: yarn tags: Nodejs --- # yarn FAST, RELIABLE, AND SECURE DEPENDENCY MANAGEMENT. - yarn URL - [officialsite](https://classic.yarnpkg.com/lang/en/) - [github](https://github.com/yarnpkg/yarn) ## yarn and npm cmd - yarn is faster than npm - developer by facebook ![](https://i.imgur.com/Pdl3xeD.png) ![](https://i.imgur.com/Nf9XajA.png) reference: - https://www.digitalocean.com/community/tutorials/nodejs-npm-yarn-cheatsheet ## Problem example ### Run package.json to next included package.json > yarn "client": "yarn --cwd ./client start", > npm "client": "yarn start -prefix client", "client": "yarn start -prefix ./client", https://stackoverflow.com/questions/51037293/yarn-how-to-specify-the-path-of-the-package-json-file