question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem resolving icon set mdi-v6 (v2.6.1)

See original GitHub issue

What happened?

I just did un upgrade

grafik

Reported error on ‘quasar dev’

grafik

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:closed
  • Created 2 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
enpasoscommented, Mar 17, 2022

Thanx a lot. Very helpful. Now works … and I learned something 😃

1reaction
rstoenescucommented, Mar 17, 2022

@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. @enpasos

Best would have been to yarn global add @quasar/cli@latest or npm i -g @quasar/cli@latest then run quasar upgrade -i command. It would have done everything for you.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found