Open jcs090218 opened 7 months ago
I'm getting this error from the Emacs' lsp-mode client.
Request initialize failed with message: bad export type for `tree_sitter_tsx_external_scanner_create`: undefined (Internal Error)
Any help is appreciated!
Client is defined here: https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-cucumber.el.
This is a known issue. The current implementation is primarily designed for use within VSCode and functions best with the same Node.js version used by VSCode (currently v18). To resolve this, please try using Node.js version 18. Thank you for your understanding.
@jcs090218, would you be able to advise what version of node you were running previously? We may to look at introducing it to our test suite at some point
Here is my env info:
I'm getting this error from the Emacs' lsp-mode client.
Any help is appreciated!
Client is defined here: https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-cucumber.el.