question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Yarn install to documentation

See original GitHub issue

Description

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:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
hyanmandiancommented, Dec 7, 2020

Yes, go ahead!

2reactions
HugoFortunatocommented, Dec 7, 2020

For sure! I will do a PR! Ok?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found