We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
while i was trying to install version 4.7.1, I'm getting the following error
@curlconverter/[email protected] install node_modules/@curlconverter/tree-sitter prebuild-install || node-gyp rebuild
prebuild-install warn install /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by node_modules/@curlconverter/tree-sitter/build/Release/tree_sitter_runtime_binding.node) make: Entering directory node_modules/@curlconverter/tree-sitter/build' CC(target) Release/obj.target/tree_sitter/vendor/tree-sitter/lib/src/lib.o AR(target) Release/obj.target/tree_sitter.a COPY Release/tree_sitter.a CXX(target) Release/obj.target/tree_sitter_runtime_binding/src/binding.o g++: error: unrecognized command line option ‘-std=c++17’ make: *** [Release/obj.target/tree_sitter_runtime_binding/src/binding.o] Error 1
GLIBCXX_3.4.20' not found (required by node_modules/@curlconverter/tree-sitter/build/Release/tree_sitter_runtime_binding.node) make: Entering directory
The text was updated successfully, but these errors were encountered:
What's the output of
g++ --version
on your system? You're probably just using an old version of GCC and you'll have to update if you want to install curlconverter.
Sorry, something went wrong.
No branches or pull requests
while i was trying to install version 4.7.1, I'm getting the following error
The text was updated successfully, but these errors were encountered: