c++: error: unrecognized command line option ‘-stdlib=libc++‘ while installing a node package
For those who are still having this problem, the below command worked for me on fish shell and macOS. env CC=clang CXX=clang++ npm install XXX
发布时间:2023-10-24