Open
Description
Thank you for the bug report
- I am using the latest version of
lsp-mode
related packages. - I checked FAQ and Troubleshooting sections
- You may also try reproduce the issue using clean environment using the following command:
M-x lsp-start-plain
Bug description
Getting the following error even though typescript is installed globally
LSP :: [lsp-volar] Typescript is not detected correctly. Please ensure the npm package typescript is installed in your project or system (npm install -g typescript), otherwise open an issue
I'm using brew on Mac OS to install packages. This is the path to global installation of typescript
npm list --global --parseable typescript
/opt/homebrew/lib/node_modules/typescript
Steps to reproduce
- Install volar per instructions
- Open any
.vue
file
Expected behavior
lsp-volar should detect typescript installed globally.
Which Language Server did you use?
lsp-volar
OS
MacOS
Error callstack
No response
Anything else?
No response