Can't generate App Icon and Splash Screen (cordova-res / capacitor-assets)

Solved by doing the following:

  1. sudo npm uninstall -g cordova-res
  2. brew install vips
  3. sudo npm install -g cordova-res --unsafe-perm=true

(This was suggested for M1 Macs, although I’m on an Intel Mac but that fixed it!)

1 Like