Add installation instructions for yarn
See original GitHub issueyarn info "eslint-config-airbnb@latest" peerDependencies
returns undefined.
I used yarn add --dev eslint-config-airbnb-base eslint-plugin-import
.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Installation | Yarn
These instructions only cover Yarn versions prior to 2.0. ... It is recommended to install Yarn through the npm package manager, which comes...
Read more >How to Install Yarn on Linux, macOS, and Windows - Hostinger
Installing Yarn on Linux and macOS · Open Terminal and log in to SSH. · Run the following command to add the Yarn...
Read more >How to Install Yarn on Windows - phoenixNAP
1. Open the PowerShell as an administrator. · 2. Install Yarn by running the following command: npm install --global yarn. Install Yarn using...
Read more >How To Install and Use the Yarn Package Manager for Node.js
In this tutorial you will install Yarn globally, add Yarn to a specific project, and learn some basic Yarn commands.
Read more >Yarn installation - w3resource
Yarn installation · You have to add this to your profile, using export PATH="$PATH:/opt/yarn-[version]/bin" (the path varies depending on where ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, I think this is a good addition.
I understand that, but I fear that seeing the long npm instructions with the special syntax, yarn users will just go the npm route (or try
yarn info
like me), since the yarn line is below the fold.While a quick
yarn
line with the npm instructions readily visible one line below would meet the expectations of both types of devs.Maybe a shorter
yarn
line would be better?