-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script run failed in all conditions #304
Comments
Seems as if npm can't be found from within Neovim. Does |
Yes, the output is |
I recently found out that this could be npm install problem. I checked the source code which install JavaScript engine. and it failed. It's there a way to install JavaScript engine manually? |
It can be done manually, but is quite difficult. I'd rather fix it for windows, but I have no working windows setup with neovim at the moment. I started setting it up yesterday, but it got late and I'm not finished yet. |
Great! By the way, this could be windows permission limitation while executing out commands, and here is my
Hope it helps |
Ah, maybe the proxy is blocking the installation? Can you |
Here is output, it seems nothing goes wrong:
|
@gorillamoe @CengsBlanky Hi, as written in a different issue: This is a NeoVIM bug in the implementation of |
TIL about the subtile differences between vim.system and vim.fn.system 😲 Thanks for the help @Grueslayer |
That's reasonable, so replace |
Yes, I'll prepare a PR in the at around 1730 CEST+0100 |
This is a workaround for a bug/weird behaviour in neovim: neovim/neovim#31107 Once this has been merged: neovim/neovim#31109 We can revert this workaround. Fixes #304
Problem solved, but it takes a little effort After upgrade to version 4.4.1, run script got error message:
And I checked nodejs log file under
Since my kulala http files is under I guess install with |
probably either due to your I'm using v20 with linux (without a Have to investigate a little bit further. |
script can not run properly, I'm running kulala in a windows powershell, with nodejs installed(v22.11.0), NVIM v0.10.2, and here is my config:
everything work just fine before few weeks ago, and here is the error message after run kulala request:
here is the simple request I test:
The text was updated successfully, but these errors were encountered: