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
Hi,
Vim and node-inspect connect on port 9514. So, that might be of these reasons :
port 9514 is not available
this is the second plugin instance you run (you can't open two instances of the plugin at the same time)
node is not available in the path
Try and check if the port is taken - on ubuntu you can try "lsof -i :9514" (will return non-empty if used).
The port can't be configured currently, but its on the roadmap.
I just set breakpoint and run
:NodeInspectStart "connect"
but got error!How to fix this? π
ββββββββ
ββββββββ
My laptop
The text was updated successfully, but these errors were encountered: