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
Any reason for the package to require the more limited ~18.4.0 instead of ^18.4.0?
$ npm install tree-sitter-svelte tree-sitter
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":"~18.4.0"}
npm ERR! notsup Actual: {"npm":"8.19.2","node":"v18.12.1"}
The text was updated successfully, but these errors were encountered:
edmondburnett
changed the title
Can't install with Node > v18.4.0
Can't install with newer versions of Node
Aug 16, 2023
Any reason for the package to require the more limited
~18.4.0
instead of^18.4.0
?The text was updated successfully, but these errors were encountered: