trying to install the npm package `llvm-bindings` throws this error, while i have VS Build Tools installed (2022) ```PS E:\Apps\yttria> bun i -f bun install v1.2.19 (aad3abea) + @types/bun@1.2.19 + llvm-bindings@0.4.2 99 packages installed [10.25s] Blocked 1 postinstall. Run `bun pm untrusted` for details. PS E:\Apps\yttria> bun pm trust --all bun pm trust v1.2.19 (aad3abea) ⚙️ llvm-bindings [1/1] [ 'C:\\Users\\grng\\scoop\\apps\\nodejs-lts\\current\\node.exe', 'E:\\Apps\\yttria\\node_modules\\cmake-js\\bin\\cmake-js', 'compile' ] ERR! OMG There is no Visual C++ compiler installed. Install Visual C++ Build Toolset or Visual Studio. ERR! OMG There is no Visual C++ compiler installed. Install Visual C++ Build Toolset or Visual Studio. error: postinstall script from "llvm-bindings" exited with 1 PS E:\Apps\yttria> ``` <img width="1918" height="1055" alt="Image" src="https://github.com/user-attachments/assets/ef81aabe-cea8-4ee4-8b7d-e6f4b9de9980" /> looked through other issues to no avail