general

Error message `Tabby node script should be download first. Try to run yarn upgrade-agent` after reinstalling distro

I reinstalled my distro and now I'm getting the error message Tabby node script should be download first. Try to run yarn upgrade-agent. I couldn't find any information about this error. When I run yarn upgrade-agent, it says error Couldn't find a package.json file in <homedirectory>. What could be causing this error?

Je

Jeremiah Payne (pingpong1109)

Asked on Oct 20, 2023

The error message you are seeing is likely misleading. The actual reason for this error is missing files in your vim installation. Specifically, the error is related to the Tabby plugin for vim. You can check the file tabby.vim in the Tabby plugin's autoload directory to see the specific line causing the error. Additionally, it would be helpful to share the file tree under the plugin's directory, which is usually located at ~/.vim/plugged. This will help identify any missing files or incorrect installation. It's also worth mentioning that installing the lua-nvim package resolved the issue for you.

Oct 20, 2023Edited by