NPM issues on Windows 10 #1782
Replies: 1 comment
-
I figured out the issue after realizing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i recently reconfigured neovim to use mini.deps instead of lazy however when i tried to update my config on windows mason can no longer find npm with the error
npm.cmd failed with exit code 127 and signal 0.
i did some digging and found some previous errors related to this one, however they seemed mostly fixed. i nonetheless followed all of the debugging steps from them leading me to run a healthcheck on mason. this gave me an extended errorthat's weird, does anyone know why it would be using the fish shell when i start neovim from
pwsh.exe
(where.exe nvim
->C:\Users\MY_USER\scoop\shims\nvim.exe
), i do have wsl installed and i use fish on there but that shouldn't leak into my powershell commands (i think). any help would be greatly appreciatedBeta Was this translation helpful? Give feedback.
All reactions