slidevjs / slidev

Presentation Slides for Developers
https://sli.dev
MIT License
31.94k stars 1.26k forks source link

Run slidev template failed #1696

Closed HelloAny closed 1 week ago

HelloAny commented 1 week ago

Describe the bug I meet some compiling errors when i run pnpm create slidev and run pnpm dev.

image

When I removed the vue-template-complier package in the pnpm-lock.json file, these errors disappeared and it worked fine.

Code 2024-06-23 14 16 44 Code 2024-06-23 14 16 00

To Reproduce Steps to reproduce the behavior:

  1. Run pnpm create slidev
  2. Run pnpm dev

Desktop (please complete the following information):

KermanX commented 1 week ago

Sorry, I can't reproduce this on my machine. I think some upstream packages caused this error.

HelloAny commented 1 week ago

I tried again, and it works now. 😂