Open vanngoh opened 3 months ago
Since you say it's a new device, I suspect you might not have installed the XCode command line tools, which contain various stuff ranging from tools like git
to libraries like libpng
.
Run the following command:
$ xcode-select --install
Thanks for your reply, but unfortunately I think I have already installed.
$ xcode-select --install
xcode-select: note: Command line tools are already installed. Use "Software Update" in System Settings or the softwareupdate command line interface to install updates
Then, please install libpng
to your system. If you are using Homebrew, you can use brew install libpng
. If that works, we will update the documentation accordingly. Thanks.
What happened?
First of all, I truly love the UX provided by icongenie, that's really genius! But currently I encounter the following error when I run the
npm i -g @quasar/icongenie
on my new Macbook Air(M3 chip).What did you expect to happen?
icongenie should be downloaded successfully but now it's not.
Reproduction URL
https://codepen.io/rstoenescu/pen/xxEvBLR?editors=1111
How to reproduce?
node -v
(make sure it's stable version)npm -v
(make sure it's >10.0.0)npm i -g @quasar/icongenie
(ERROR)Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Icon Genie CLI (@quasar/icongenie)
Platforms/Browsers
No response
Quasar info output
Relevant log output
Additional context
No response