-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BUG]: Remove yarn.lock file #1117
Comments
Hello @karkir0003! Thank you for submitting the 🐞Bug Request Form. We appreciate your contribution. 👋 We will look into it and provide a response as soon as possible. To work on this bug request, you can follow these branch setup instructions:
Feel free to make the necessary changes in this branch and submit a pull request when you're ready. Best regards, |
Steps on how to test your changes:
|
Completed in a previous PR |
Operating system
N/A
Bug description
Context
DLP transitioned from
yarn
topnpm
as the package manager for frontend dependencies. However, in thefrontend/
directory of the project, theyarn.lock
file still persists. We don't require this file as apnpm-lock.yaml
file is generated frompnpm
.Solution:
yarn.lock
file fromfrontend/
directory/folder.Steps to reproduce
Examine the
frontend/
directory and check that theyarn.lock
file is thereThe text was updated successfully, but these errors were encountered: