Closed MattNguyen closed 7 years ago
If yarn.lock file exists, use yarn add [package]. If the file doesn't exist, fallback to npm install.
yarn add [package]
npm install
💪
If yarn.lock file exists, use
yarn add [package]
. If the file doesn't exist, fallback tonpm install
.