NvChad / NvChad

Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

Home Page:https://nvchad.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Errors During Installation

markfaine opened this issue · comments

commented

Describe the bug
Multiple errors appear right as nvim is loading immediately after installing.
image

To Reproduce
Steps to reproduce the behavior:

  1. Follow instructions for Linux/MacOS installation here: https://nvchad.com/docs/quickstart/install/
  2. The error will show itself after a couple of seconds
  3. Press enter and it will continue on as normal

Expected behavior
Nvim loading normally and completing installation of nvchad

Screenshots
Added

Desktop (please complete the following information):

  • Windows 10
  • Microsoft Windows Terminal
  • Latest (installed from github)

Additional context
It appears at first to be fine after this installation but I do continue to get errors related to multiple different issues:

image
image

I'm not sure if maybe something didn't get installed correctly?

rm -rf all old nvim dirs and use nvim v0.9.5 at least

commented

rm -rf all old nvim dirs and use nvim v0.9.5 at least

This seems to have fixed it. Ubuntu 23.10 only goes to 0.8.1 but I was able to install it via the nvim website instructions. I got some errors after that but after some searching it seems that upgrading node may have resolved those.

Thanks!