You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has two competing lock files. Which one is the one to use? README seems to suggest that it's yarn.lock but it's 3 months older than the package-lock.json, so that suggests that maybe the package-lock.json is the one to use?
No change to the docs. It turns out that the mentions of yarn were for end users who want to add clang-format to an existing project, not developers looking to install/debug the clang-format code itself.
Activity
mprobst commentedon Apr 11, 2022
I think we're using
npm ci
, and thus package-lock.json.https://github.com/angular/clang-format/blob/master/.github/workflows/node.js.yml
Care to send a PR to update the docs and delete yarn.lock?
chore: remove yarn.lock
Trott commentedon Apr 11, 2022
#76
No change to the docs. It turns out that the mentions of
yarn
were for end users who want to add clang-format to an existing project, not developers looking to install/debug the clang-format code itself.chore: remove yarn.lock
mprobst commentedon Apr 11, 2022
Thanks for the fix @Trott !