Add Yarn install to documentation
See original GitHub issueDescription
Currently, the documentation only shows an installation with NPM. It’d be a good idea to add:
yarn add @brazilian-utils/brazilian-utils
In my case, as I use the Yarn package manager, I had problems using the NPM Install directly. Some problems arose with nonexistent modules and types not found. I had to delete node_modules and yarn.lock and then reinstall yarn to restore my project.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:7 (6 by maintainers)
Top Results From Across the Web
yarn install
yarn install is used to install all dependencies for a project. This is most commonly used when ... For more information, see the...
Read more >yarn add
Important: This documentation covers Yarn 1 (Classic). For Yarn 2+ docs and ... This means running yarn add [package-name] to install it into...
Read more >Installation | Yarn
Manual Install via tarball. You can install Yarn by downloading a tarball and extracting it anywhere. ... Path Setup. If Yarn is not...
Read more >`yarn install` | Yarn - Package Manager
Details. This command sets up your project if needed. The installation is split into four different steps that each have their own characteristics:....
Read more >`yarn add` | Yarn - Package Manager
Important: This documentation covers modern versions of Yarn. For 1.x docs, see classic.yarnpkg.com. Yarn.
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
Yes, go ahead!
For sure! I will do a PR! Ok?