Skip to content

Instantly share code, notes, and snippets.

@muni2explore
Created March 25, 2019 09:05
Show Gist options
  • Select an option

  • Save muni2explore/994badc4b16fdc0d5789d84a1b5eddb3 to your computer and use it in GitHub Desktop.

Select an option

Save muni2explore/994badc4b16fdc0d5789d84a1b5eddb3 to your computer and use it in GitHub Desktop.
yarn

Install yarn

npm install yarn -g

OR

brew install yarn

Install packages using yarn

yarn add express

It will install express and add it to the dependency list in package.json, also update yarn.lock file.

Install packages using yarn as dev dependency

yarn add webpack --dev

To know use of Yarn packages

yarn why webpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment