Problem resolving icon set mdi-v6 (v2.6.1)
See original GitHub issueWhat happened?
I just did un upgrade
Reported error on ‘quasar dev’
What did you expect to happen?
No such error before update.
Reproduction URL
How to reproduce?
none
Flavour
Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)
Areas
Quasar Extras (@quasar/extras)
Platforms/Browsers
No response
Quasar info output
Operating System - Windows_NT(10.0.22000) - win32/x64
NodeJs - 14.16.1
Global packages
NPM - 6.14.12
yarn - 1.17.3
@quasar/cli - 1.2.1
@quasar/icongenie - Not installed
cordova - 10.0.0 (cordova-lib@10.1.0)
Important local packages
quasar - 2.6.1 -- Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
@quasar/app - 3.3.3 -- Quasar Framework local CLI
@quasar/extras - 1.13.2 -- Quasar Framework fonts, icons and animations
eslint-plugin-quasar - 1.1.0 -- Official ESLint plugin for Quasar
vue - 3.2.29 -- The progressive JavaScript framework for building modern web UI.
vue-router - 4.0.12 -- > This is the repository for Vue Router 4 (for Vue 3)
vuex - Not installed
electron - 16.0.2 -- Build cross platform desktop apps with JavaScript, HTML, and CSS
electron-packager - 15.4.0 -- Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI
electron-builder - Not installed
@babel/core - 7.13.16 -- Babel compiler core.
webpack - 5.69.0 -- Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
webpack-dev-server - 4.7.4 -- Serves a webpack app. Updates the browser on changes.
workbox-webpack-plugin - 6.1.5 -- A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.
register-service-worker - 1.7.2 -- Script for registering service worker, with hooks
typescript - 4.5.5 -- TypeScript is a language for application scale JavaScript development
@capacitor/core - Not installed
@capacitor/cli - Not installed
@capacitor/android - Not installed
@capacitor/ios - Not installed
Relevant log output
none
Additional context
none
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
The app icon set "AppIcon" has an unassigned child
Review and remove any unnecessary set of icons. ... After removing the special characters, the problem was resolved.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanx a lot. Very helpful. Now works … and I learned something 😃
@quasar/app-webpack
should be in devDependencies. And make sure that you don’t have “@quasar/app” there too. Also, what’s@quasar/cli
doing in your project’s deps? That a global package. And you still have v1.2.1 of it. Upgrade it to latest. @enpasosBest would have been to
yarn global add @quasar/cli@latest
ornpm i -g @quasar/cli@latest
then runquasar upgrade -i
command. It would have done everything for you.