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

Stick to one Package Manager #20

Open
srujandeshpande opened this issue Oct 1, 2020 · 2 comments
Open

Stick to one Package Manager #20

srujandeshpande opened this issue Oct 1, 2020 · 2 comments
Labels
bounty-20 dependencies Pull requests that update a dependency file good first issue Good for newcomers Hacktoberfest UI Improvements in UI

Comments

@srujandeshpande
Copy link
Contributor

Describe the bug
The app folder contains both a package-lock.json and yarn.lock. It is not recommended to mix package managers and only 1 should be used.

@amit-jha-cmd
Copy link
Collaborator

What is the issue?

It is advised not to mix package managers as their index files are used to track installed packages.

How to fix the bug?

  • Delete package-lock.json && yarn.lock from /app
  • Add package-lock.json && yarn.lock to .gitignore

@amit-jha-cmd amit-jha-cmd removed their assignment Oct 1, 2020
@amit-jha-cmd amit-jha-cmd added good first issue Good for newcomers Hacktoberfest UI Improvements in UI dependencies Pull requests that update a dependency file labels Oct 1, 2020
@saravananselvamohan
Copy link

@devbihari . Would like to work on this issue. Need a guidance here. We need to remove either one lock file from package-lock.json or yarn.lock or else both files removed as per your suggestion in previous comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty-20 dependencies Pull requests that update a dependency file good first issue Good for newcomers Hacktoberfest UI Improvements in UI
Projects
None yet
Development

No branches or pull requests

4 participants