We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This has come up a couple times - why do we have both yarn.lock and package-lock.json? I think it may have simply been an oversight. Comments by @daemon1024 and @harshkhandeparkar: #1899 (comment), #1791 (comment)
We're facing an issue with yarn.lock in our latest release process 3.7.0/3.7.1 - #1751
So maybe let's just resolve this! Both files were originally added a LONG time ago by @tech4GT in #414
Given that our package.json specifies npm install i think that's our standard:
npm install
image-sequencer/package.json
Line 16 in 08d680c
I propose we drop yarn.lock as a result. I believe yarn can read package-lock.json anyways? I'm going to try this in releasing 3.7.1 in #1751.
yarn.lock
Open to suggestions/feedback!
The text was updated successfully, but these errors were encountered:
(noting that according to this, which could be out of date, yarn.lock stores a little bit less information anyways, and can be regenerated from package-lock.json: https://classic.yarnpkg.com/blog/2018/06/04/yarn-import-package-lock/)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This has come up a couple times - why do we have both yarn.lock and package-lock.json? I think it may have simply been an oversight. Comments by @daemon1024 and @harshkhandeparkar: #1899 (comment), #1791 (comment)
We're facing an issue with yarn.lock in our latest release process 3.7.0/3.7.1 - #1751
So maybe let's just resolve this! Both files were originally added a LONG time ago by @tech4GT in #414
Given that our package.json specifies
npm install
i think that's our standard:image-sequencer/package.json
Line 16 in 08d680c
I propose we drop
yarn.lock
as a result. I believe yarn can read package-lock.json anyways? I'm going to try this in releasing 3.7.1 in #1751.Open to suggestions/feedback!
The text was updated successfully, but these errors were encountered: