Dan
Dan
I had to aswell ! I second that. here's my `lsb_release` : ``` Distributor ID: Linuxmint Description: Linux Mint 21.2 Release: 21.2 Codename: victoria ```
Are you trying to set `CMAKE_C_COMPILER` to your specific c compiler? edit : if yes you have the option `--cc=your/path/to/c/compiler` or for `c++` => `--cxx=your/path/to/your/c++/compiler`
I see. Usually, with projects that uses cmake-js, I try to avoid npm config variables, env, (etc.) to determine the config of cmake-js (or any packages alike). I think it's...