Not working in window's #2

Closed
opened 2023-06-10 14:30:12 +00:00 by OmiChrome · 3 comments
OmiChrome commented 2023-06-10 14:30:12 +00:00

Info

  • Operating System: window 11
  • nvim : 0.9.1
  • node -v = v20.3.0
  • live-server --version: 1.2.2

Configuration

default for liveserver.nvim

LAZY

require('lazy').setup {
    {
        'barrett-ruth/live-server.nvim',
        build = 'yarn global add live-server',
        config = true
    },
}

Description

when running :liveserverstart neoivm just freezez heck it freezes whole terminal
image

### Info - Operating System: window 11 - nvim : 0.9.1 - node -v = v20.3.0 - `live-server --version`: 1.2.2 - ### Configuration default for liveserver.nvim LAZY ```lua require('lazy').setup { { 'barrett-ruth/live-server.nvim', build = 'yarn global add live-server', config = true }, } ``` </details> ### Description when running `:liveserverstart` neoivm just freezez heck it freezes whole terminal ![image](https://github.com/barrett-ruth/live-server.nvim/assets/108952834/9bbc0f6a-d722-4fb9-ba45-a8e69d7e80eb)
Swayam-Shree commented 2023-06-13 03:22:46 +00:00

Exact same issue for me. I am on windows 10 and using npm. Everything freezes on running LiveServerStart

Exact same issue for me. I am on windows 10 and using npm. Everything freezes on running LiveServerStart
barrettruth commented 2023-06-13 03:32:41 +00:00

Not to be terse, but this plugin is not meant to support windows. I don't have a windows laptop and frankly don't have time to delve into the dumpster fire that is neovim with windows. However, if you provide any logs or legitimate ways to help you debug I will do my best. Closing this for now.

Not to be terse, but this plugin is not meant to support windows. I don't have a windows laptop and frankly don't have time to delve into the dumpster fire that is neovim with windows. However, if you provide any logs or *legitimate* ways to help you debug I will do my best. Closing this for now.
OmiChrome commented 2023-06-13 17:38:19 +00:00

please update readme , so no window user will be give traction and dabble on this issue

provide any logs or legitimate ways to help you debug

provide me the ways how to do that -_-

please update readme , so no window user will be give traction and dabble on this issue > provide any logs or _legitimate_ ways to help you debug provide me the ways how to do that -_-
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/live-server.nvim#2
No description provided.