lesar

Results 15 comments of lesar

Thank you @olrtg I have try but same error message: > Typescript module is missing > assert in /usr/share/nvim/runtime/lua/vim/lsp.lua:1308: in function '' > vim/_editor.lua: in function best regards Leonardo

I have: ``` $ node -v v20.9.0 $ pnpm -v 8.15.3 ```

I have installed local and global: ```bach $ which tsc ~/.local/share/pnpm/tsc $ echo $PATH /home/leonardo/.local/share/pnpm: ... $ find / -name tsc -not -path "/immagini/*" -not -path "/var/*" -type f -executable...

thank you @chase . I try but it not work: ```bash #!/bin/bash export PATH=/home/leonardo/.local/share/pnpm:$PATH export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-'/home/leonardo/.local/share/lunarvim'}" /home/leonardo/.local/bin/lvim exit 0 ```

I'am on Fedora 38 I have installed npm by nvm ``` $ node -v v20.9.0 $ npm -v 10.1.0 $ pnpm -v 8.10.5 ``` if I make: `$ pnpm setup`...