You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But note that upgrading the C++ std version can prevent usage with older OS/compilers and versions of Node.js... This is something/another thing Node.js/v8 doesn't handle that well IMHO...
Would it be possible to update
binding.gyp
, from-std=c++17
to-std=c++20
(or higher)?A minimum of C++20 is required in Node 23:
https://github.com/nodejs/node/blob/9d2368f64329bf194c4e82b349e76fdad879d32a/deps/v8/include/v8config.h#L13
Without it, building tree-sitter will fail.
The text was updated successfully, but these errors were encountered: