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

yarn does not install dependencies correctly #62

Closed
reZach opened this issue Feb 16, 2021 · 2 comments
Closed

yarn does not install dependencies correctly #62

reZach opened this issue Feb 16, 2021 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed workaround exists A workaround exists for this issue

Comments

@reZach
Copy link
Owner

reZach commented Feb 16, 2021

yarn as a package manager does not currently work for the project. If you are using yarn, you'll have to follow these steps to install dependencies.

npm i
yarn import
yarn

Then, delete package.lock.json from the project.

--

You will get bonus points for helping resolve this bug (and all the gratitude of others who want to use yarn with this project 😄).

@whudson
Copy link

whudson commented Apr 10, 2022

Seems to work fine for me with yarn 1.22.18 on Windows 10, Node v14.17.2

@reZach
Copy link
Owner Author

reZach commented May 29, 2022

Thanks @whudson! I will close this as the issue seems to be resolved (we can re-open if necessary).

@reZach reZach closed this as completed May 29, 2022
@reZach reZach unpinned this issue May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed workaround exists A workaround exists for this issue
Projects
None yet
Development

No branches or pull requests

3 participants
@whudson @reZach and others