Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eslint_d: command eslint_d is not executable (make sure it's installed and on your $PATH)

Tags:

eslint

neovim

enter image description here

[null-ls] failed to run generator: ...site\pack\packer\start\null-ls.nvim/lua/null-ls/loop.lua:157: command eslint_d is not executable (make sure it's installed and on your $PATH)

Recently, I installed Devaslife's nvim config. For some reason, I get this error whenever I get into the index.jsx file from my NextJS project. What does this error imply? How to fix it?

PS: The linter doesn't work indeed

like image 833
stam Avatar asked Sep 11 '25 19:09

stam


1 Answers

Are you using mason.nvim? Have you installed eslint_d from within mason itself? Try opening up the mason UI with :Mason and check if eslint_d is installed. If you didn't install it, do so with :MasonInstall eslint_d

like image 186
Gilberto Golas Avatar answered Sep 15 '25 17:09

Gilberto Golas