yarn npm 명령어
npm init === yarn init npm link === yarn link npm outdated === yarn outdated npm publish === yarn publish npm run === yarn run npm cache clean === yarn cache clean npm login === yarn login (and logout) npm test === yarn test npm install --production === yarn --production