-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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
usingapt-get
. - Not needing to uninstall the npm package.
Metadata
Metadata
Assignees
Labels
No labels