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
It's faster than 16.13.2 (which we currently use) which might save us some processing time. It also comes with newer and faster version of npm. On top of that some of our dependency started to complain that they need higher version than 16.13.2.
NOTE 1:
Unable to use Node.js@20.3.0 - tree-sitter/node-tree-sitter#127. Falling back to latest Node.js@18.16.0. This is the version that tree-sitter still works.
NOTE 2:
To use WASM files in Node.js environment, tree-sitter-cli and web-tree-sitter needed to be updated to v0.20.8. web-tree-sitter stopped working in Node.js environment.
The text was updated successfully, but these errors were encountered:
It's faster than 16.13.2 (which we currently use) which might save us some processing time. It also comes with newer and faster version of
npm
. On top of that some of our dependency started to complain that they need higher version than 16.13.2.NOTE 1:
Unable to use Node.js@20.3.0 - tree-sitter/node-tree-sitter#127. Falling back to latest Node.js@18.16.0. This is the version that tree-sitter still works.
NOTE 2:
To use WASM files in Node.js environment,
tree-sitter-cli
andweb-tree-sitter
needed to be updated tov0.20.8
.web-tree-sitter
stopped working in Node.js environment.The text was updated successfully, but these errors were encountered: