You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for this plugin. I've been using it for a long time without any issue.
Today I notice the following error when adding some build scripts to my package.json. For example -
"scripts": {
"build": "tsc --p ./tsconfig.lib.json && vite build",
"build:test"<-- insert mode with cursor inside quotes here
I'm seeing the following error:
Error executing luv callback:
...warren/.config/nvim/plugged/cmp-npm/lua/cmp-npm/init.lua:112: attempt to index local 'name' (a nil value)
stack traceback:
...warren/.config/nvim/plugged/cmp-npm/lua/cmp-npm/init.lua:112: in function '_user_on_exit'
...en/.config/nvim/plugged/plenary.nvim/lua/plenary/job.lua:241: in function '_shutdown'
...en/.config/nvim/plugged/plenary.nvim/lua/plenary/job.lua:48: in function <...en/.config/nvim/plugged/plenary.nvim/lua/plenary/job.lua:39>
If I continue typing out my build script value. i.e. "build:test": "some text here" With my cursor between the quotes of the value in insert mode, I see nvim-cmp open suggestions from co-pilot and I get the following error.
Error executing luv callback:
...warren/.config/nvim/plugged/cmp-npm/lua/cmp-npm/init.lua:89: bad argument #1 to 'match' (string expected, got nil)
stack traceback:
[C]: in function 'match'
...warren/.config/nvim/plugged/cmp-npm/lua/cmp-npm/init.lua:89: in function <...warren/.config/nvim/plugged/cmp-npm/lua/cmp-npm/init.lua:88>
[C]: in function 'sort'
...warren/.config/nvim/plugged/cmp-npm/lua/cmp-npm/init.lua:88: in function '_user_on_exit'
...en/.config/nvim/plugged/plenary.nvim/lua/plenary/job.lua:241: in function '_shutdown'
...en/.config/nvim/plugged/plenary.nvim/lua/plenary/job.lua:48: in function <...en/.config/nvim/plugged/plenary.nvim/lua/plenary/job.lua:39>
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Hello! Thanks for this plugin. I've been using it for a long time without any issue.
Today I notice the following error when adding some build scripts to my package.json. For example -
I'm seeing the following error:
If I continue typing out my build script value. i.e.
"build:test": "some text here"
With my cursor between the quotes of the value in insert mode, I see nvim-cmp open suggestions from co-pilot and I get the following error.Any help would be appreciated.
The text was updated successfully, but these errors were encountered: