gureckis / slidev-theme-neversink

Slidev Theme Neversink
https://gureckis.github.io/slidev-theme-neversink
MIT License
14 stars 1 forks source link

Internal server error: Icon 'mdi/orbit' not fount #14

Closed MarcusYuan closed 1 month ago

MarcusYuan commented 2 months ago

Internal server error: Icon 'mdi/orbit' not fount image

gureckis commented 2 months ago

are you sure all the dependencies were installed? pretty that icon is included in this dependency:

"@iconify-json/mdi": "^1.1.66"

MarcusYuan commented 2 months ago

These dependencies are already installed. I have also tested other themes, and there are no issues with them. I checked this icon on the icon website and found that it does exist

gureckis commented 2 months ago

this minimal repo works for me: https://github.com/NYUCCL/talk_template

gureckis commented 1 month ago

closing this but feel free to reopen if you can point to the specific issue. the icon is loading for me on new repos.

ChristopherWMM commented 1 month ago

I was attempting to monorepo deploy to GitHub pages and was receiving a similar error when I would attempt to use this theme (or any mdi icon) with a globally installed slidev/cli. A workaround that has been successful for me was to just run build through npm. I am not sure if @MarcusYuan was using a globally installed cli but that was the cause for me. Here is the error I would get when attempting to build the slides: https://pastebin.com/cviEY14f