Closed bkirvin closed 2 months ago
Just noticed that I did not have quasar/cli installed. After installing quasar/cli the problem persists.
Operating System - Darwin(23.1.0) - darwin/arm64 NodeJs - 20.17.0
Global packages NPM - 10.8.2 yarn - Not installed @quasar/cli - 2.4.1 @quasar/icongenie - Not installed cordova - Not installed
Important local packages quasar - 2.16.9 -- Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time @quasar/app-vite - 1.9.5 -- Quasar Framework App CLI with Vite @quasar/extras - 1.16.12 -- Quasar Framework fonts, icons and animations eslint-plugin-quasar - Not installed vue - 3.4.38 -- The progressive JavaScript framework for building modern web UI. vue-router - 4.4.3 pinia - 2.2.2 -- Intuitive, type safe and flexible Store for Vue vuex - Not installed vite - 2.9.18 -- Native-ESM powered web dev build tool eslint - 8.57.0 -- An AST-based pattern checker for JavaScript. electron - Not installed electron-packager - Not installed @electron/packager - Not installed electron-builder - Not installed register-service-worker - 1.7.2 -- Script for registering service worker, with hooks @capacitor/core - Not installed @capacitor/cli - Not installed @capacitor/android - Not installed @capacitor/ios - Not installed
Quasar App Extensions None installed
Duplicate of #17459
What happened?
Upgraded my Mac dev machine to a MacBookPro with M3 chip running Sonoma 14.1 and my Quasar projects all failed on npm install with
Error: pngquant failed to build, make sure that libpng is installed
ran
brew install libpng
but still getting the same error. I've removed IconGenie from the package.json and now the projects install and run. Thankfully, I have all of my previously generated assets from IconGenie but would like to use the tool on future projects. Is IconGenie just not available to new Mac machines?
What did you expect to happen?
Project installs with npm install and runs
Reproduction URL
https://stackblitz.com/edit/quasarframework-s6g23w?file=package.json
How to reproduce?
run
$ npm i -g @quasar/icongenie
The StackBlitz reproduction URL doesn't recreate the problem because it isn't running on MacOS Sonoma 14.1
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Icon Genie CLI (@quasar/icongenie)
Platforms/Browsers
Other
Quasar info output
Relevant log output
Additional context
No response