quasarframework / icongenie

CLI tool to generate all the icons and splashscreens for your Quasar Apps
https://quasar.dev/icongenie/introduction
MIT License
182 stars 17 forks source link

Error: App Extension "@quasar/icon-factory" has missing index script... #71

Closed tanthammar closed 5 years ago

tanthammar commented 5 years ago

Trying to follow installation instructions but when I run Quasar dev -m pwa or Quasar dev -m electron I get this error:

App Extension "@quasar/icon-factory" has missing index script...

quasar.extionsions.json

{
  "@quasar/icon-factory": {
    "minify_dev": "pngquant",
    "minify_build": "zopfli",
    "cordova": {
      "background_color": "#000074",
      "splashscreen_type": "generate"
    },
    "build_always": false
  }
}
nothingismagick commented 5 years ago

please show the full results of

quasar info

nothingismagick commented 5 years ago

and it should be ... quasar.extensions.json

I am assuming you made a typo

nothingismagick commented 5 years ago

If this is still an issue, please upgrade and reopen.