--- 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   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
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up