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

desktop-app directory contains both a yarn and package lock file #242

Closed
TatisLois opened this issue Jul 2, 2020 · 6 comments · Fixed by #417
Closed

desktop-app directory contains both a yarn and package lock file #242

TatisLois opened this issue Jul 2, 2020 · 6 comments · Fixed by #417
Assignees
Projects
Milestone

Comments

@TatisLois
Copy link

I just cloned and am setting up the codebase in the desktop-app directory to dev locally and noticed there is both a yarn.lock and package-lock.json. Basd on the readme recommendation to run yarn dev I assume that yarn is the prefered lock file to install. Is that the case?

Would it make sense to drop one for the other to avoid consistency issues by trying to manage both?

@jjavierdguezas
Copy link
Contributor

yeah the project has some inconsistencies
I think @manojVivek that this is a good opportunity to "normalize" the development environment: yarn vs npm, linters, code styles, pre-commit hooks, etc. We could at least write recommendations to contributors in the README

@TatisLois
Copy link
Author

@jjavierdguezas that would be helpful - I am going through the setup for local dev and running into a few issues. I think i'll be able to get up and started but a refresh on how to contirbute and setup local would be amazing. I'd be willing to help in anyway

@manojVivek
Copy link
Collaborator

Yeah the package-lock.json got added by mistake in a contribution PR. We should delete it and stick to yarn.

@TatisLois
Copy link
Author

@manojVivek 👍 can I open a PR removing it?

@manojVivek
Copy link
Collaborator

@TatisLois You can combine it with #234's PR maybe?

@TatisLois
Copy link
Author

@manojVivek sounds good will do 👍

@manojVivek manojVivek added this to the v0.12.0 milestone Aug 25, 2020
@manojVivek manojVivek added this to New in App Roadmap via automation Aug 25, 2020
@manojVivek manojVivek moved this from New to Ready for Release in App Roadmap Aug 25, 2020
@manojVivek manojVivek moved this from Ready for Release to Release v0.12.0 in App Roadmap Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
App Roadmap
  
Release v0.12.0
Development

Successfully merging a pull request may close this issue.

3 participants