question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Node server not started from Neovim

See original GitHub issue

I’ve been trying browserlink with Vim, and it works great: the node server just starts after the first save, as expected. But when using Neovim (with python 2.7 support), the server doesn’t start on its own. Then, if I run node browserlink.js manually from another terminal, everything works fine again.

Thanks.

PS. This issue is actually an accurate version of #43, where I had totally misunderstood the problem.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
alepezcommented, Jun 6, 2016
1reaction
schoettlcommented, Feb 19, 2018

EDIT: Does work on Arch and vim 8.0.

I just thought browserlink also starts a webserver (like some vim markdown preview plugins do).

It’s worth noting that

  1. it does not work on the file system (file:///home/user/test.html) because JS and Chromium extensions (like Tempermonkey) will not be loaded in this case.
  2. you have to start a development server your self (e.g. python -m http.server)
Read more comments on GitHub >

github_iconTop Results From Across the Web

Neovim node-client connect to running nvim instance
I need a process handle via unix socket with WritableStream and ReadableStream (stdin/out). net.createConnection(path) errors with ECONNREFUSED . node.js ...
Read more >
coc.nvim not working because of nodejs problem : r/neovim
I am using neovim and installed nodejs and npm via pacman. However after installing coc using Plug I always get the same error...
Read more >
User Manual - rust-analyzer
If you're not using Code, you can compile and install only the LSP server: ... Install coc.nvim by following the instructions at coc.nvim...
Read more >
Neovim - ArchWiki
When the system-wide configuration file does not exist, Nvim checks for ... Starting from Nvim's version 0.5, it is possible to setup Nvim...
Read more >
Node.js Core - Neovim Setup
Neovim + coc.nvim; Node.js ( git clone git@github.com:nodejs/node.git ); ccls ... Building Node.js for the first time is not a fast operation.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found