Bug Report
<!-- Be sure you can affirm the following: -->
<!-- 1. live-server is up to date and functioning correctly (run `live-server` in the terminal) -->
<!-- 2. I have searched the issue tracker and not found a similar issue -->
### Info
- Operating System: Ubuntu
- `nvim --version`: v.0.11.0
- Node package manager: v21.7.3
- `<node-package-manager> --version`: v21.7.3
- `live-server --version`: 1.2.2
### Configuration
<!-- Replace the below with your live-server.nvim setup -->
return {
'barrett-ruth/live-server.nvim',
build = 'pnpm add -g live-server',
cmd = { 'LiveServerStart', 'LiveServerStop' },
config = true
}
<!-- Replace the below with your *neovim* package manager setup -->
```lua
require('nvim-package-manager').setup {
-- Any special plugin config
{
'barrett-ruth/live-server.nvim',
}
}
```
</details>
### Description
When I run :LiveServerStart command in neovim it is giving me error:
Cannot GET /
关闭于 2024-08-03 6 条评论