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
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
I'm using an Arm Mac and trying to use this package inside of a Linux container and getting the following error message:
Error: This module doesn't bundle the clang-format executable for your platform. (linux_arm64)
Consider installing it with your native package manager instead.
Expectation:
Bundling clang-format executable for linux_arm64 solely using the npm package.
Not needing to install clang-format using apt-get.