-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I want to run slidev ../different-project-with-content-only/slides.md
from my slidev template project.
But when I'm doing it I'm getting an error of
? The theme "@slidev/theme-default" was not found in your project, do you want to install it now? › (Y/n)
but it's already installed on the slidev template project.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Slidev will allow running files from different projects
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Creating the slidev template project in a root directory. It works as a workaround, but it is not convenient and sometimes not possible