The per this GitHub issue latest library upgrades for prettier now make prettier link with libatomic.so. This causes the pre-commit hook to fail to install if that dependency is not already present. Would it be possible to somehow handle this? E.g. maybe by using only released versions of prettier and its libraries?
Note that I also saw that @fisker (prettier tool maintainer) tagged you in this issue as well relating to the libatomic problem.
UPDATE:
I have found, atleast for version rev: v3.5.3 (have not tried other versions), that setting language_version: 18.20.8 fixes the libatomic.so issue. So it seems like the dependency issue happens due to node version used.
The per this GitHub issue latest library upgrades for
prettiernow make prettier link with libatomic.so. This causes the pre-commit hook to fail to install if that dependency is not already present. Would it be possible to somehow handle this? E.g. maybe by using only released versions of prettier and its libraries?Note that I also saw that @fisker (prettier tool maintainer) tagged you in this issue as well relating to the libatomic problem.
UPDATE:
I have found, atleast for version
rev: v3.5.3(have not tried other versions), that settinglanguage_version: 18.20.8fixes thelibatomic.soissue. So it seems like the dependency issue happens due to node version used.