slidevjs / slidev

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

Failed to install slidev globally on MacOS #1440

Closed gvariable closed 5 months ago

gvariable commented 6 months ago

Describe the bug I encountered an issue while attempting to install Slidev globally using npm. Despite having npm (version 10.5.0) installed via Homebrew, along with Node.js (version 21.7.1), the installation process for Slidev failed.

To Reproduce

  1. brew install npm
  2. npm i -g @slidev/cli
  3. Then conflict occurs image
  4. npx slidev image

Desktop (please complete the following information):

KermanX commented 6 months ago

The warning in the installation is expected and not harmful. The error is a bug, also the same as #1409

gvariable commented 6 months ago

Oh, I see. Thank you for the swift response.