Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add yarn install option #364

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

robriks
Copy link

@robriks robriks commented Mar 3, 2023

explicitly provided the yarn add install option for js/ts projects like hardhat etc, as a nod to the growing popularity of yarn and its advantages in modernity over npm.

(helps save some newer devs from issues with conflicting packages)

Description

Describe the changes made in your pull request here.

Checklist

Ensure you completed all of the steps below before submitting your pull request:

  • Ran forge snapshot?
  • Ran npm run lint?
  • Ran forge test?

Pull requests with an incomplete checklist will be thrown out.

explicitly provided the `yarn add` install option for js/ts projects like hardhat etc, as a nod to the growing popularity of yarn and its advantages in modernity over npm.

(helps save some newer devs from issues with conflicting packages)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant