slidev-vscode icon indicating copy to clipboard operation
slidev-vscode copied to clipboard

Slidev server not found

Open JamesYuuu opened this issue 3 years ago • 5 comments

Hi there, I use npx slidev to run a slidev server in terminal but the plugin still shows slidev server is not found. How to fix this problem? image

JamesYuuu avatar Oct 30 '22 13:10 JamesYuuu

Seeing the same, even with a custom port (using yarn).

kubukoz avatar Nov 13 '22 18:11 kubukoz

I'm using the latest version and it's also not working.

prvst avatar Dec 21 '22 16:12 prvst

I have the same issue.

GNKurtlar avatar Feb 16 '23 10:02 GNKurtlar

same here.

wey-gu avatar Mar 02 '23 08:03 wey-gu

same here.

moreant avatar Apr 06 '23 04:04 moreant

We've rewritten the VSCode extension for Slidev (https://github.com/slidevjs/slidev/pull/1557). Upgrading the VSCode extension to the latest (0.49.1) can fix this issue.

Note that in the latest version the VSCode extension starts the Slidev CLI from the local package rather than the global intallation (i.e. the one installed via npm i -g @slidev/cli)

kermanx avatar May 10 '24 15:05 kermanx