我现在正在使用javascript仓库,正在尝试安装收缩包装文件中包含的所有软件包。但是,当我运行“ npm install”时,系统无法下载软件包,并抛出了C ++库未发现的问题。
1 warning generated.
CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy-stubs-internal.o
warning: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library instead
[-Wstdlibcxx-not-found]
../deps/snappy/snappy-1.1.2/snappy-stubs-internal.cc:29:10: fatal error: 'algorithm' file not found
#include <algorithm>
这很令人困惑,我想知道是否有人可以阐明如何进行?
谢谢