ErrLookup › quasarframework/quasar
quasarframework/quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time · JavaScript · 948 source files
Analyzed at 4841521b5f on 2026-08-30. 157 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
ERROR_NETWORK_PORT_NOT_AVAIL ERROR_NETWORK_PORT_NOT_AVAIL | error_code | error | network, port, dev-server |
| Could not resolve an existing ancestor for "${target}" | exception | error | filesystem, path, cleanup |
| Build output directory must be a non-empty path | exception | error | validation, config, path |
| Project directory must be a non-empty path | exception | error | validation, config, path |
| Refusing to remove a filesystem root as build output | exception | critical | safety, filesystem, path-traversal |
| Refusing to remove the user home directory as build output | exception | critical | safety, filesystem, path-traversal |
| Refusing to remove the project root as build output | exception | critical | safety, filesystem, config |
| Build output directory must remain inside the project. Set b | exception | error | config, safety, path |
| ${message} at line ${lineNo} col ${colNo} (unclosed comment/ | exception | error | html, template, parse |
| Invalid SSR nonce. Expected a non-empty base64 or base64url | exception | error | ssr, csp, security, validation |
| ${message} at line ${lineNo} col ${colNo} (unclosed comment/ | exception | error | template-parsing, scaffolding, syntax-error |
| cancelScaffolding() expects an options object: { message?, e | exception | error | api-misuse, typeerror, scaffolding |
| Expected 3 numbers below 256 (and optionally one below 100) | exception | error | colors, range-validation, typeerror |
| Expected a string | exception | error | colors, type-mismatch, typeerror |
| Expected a string as color | exception | error | colors, type-mismatch, typeerror |
| Expected a numeric percent | exception | error | colors, type-mismatch, typeerror |
| Expected a string or a {r, g, b} object as color | exception | error | colors, type-mismatch, typeerror |
| Expected a string or a {r, g, b[, a]} object as fgColor | exception | error | colors, type-mismatch, typeerror |
| Expected a string or a {r, g, b[, a]} object as bgColor | exception | error | typeerror, colors, argument-validation, quasar |
| Expected offset to be between -1 and 1 | exception | error | typeerror, colors, range-validation, quasar |
| Expected a string as propName | exception | error | typeerror, css-var, dom, argument-validation, quasar |
| Expected a DOM element | exception | error | typeerror, css-var, dom-element, argument-validation, quasar |
| Expected a string as propName | exception | error | typeerror, css-var, dom, argument-validation, quasar |
| Expected a string as value | exception | error | typeerror, css-var, dom, argument-validation, quasar |
| Expected a DOM element | exception | error | typeerror, css-var, dom-element, argument-validation, quasar |
| date isSameDate unknown unit ${unit} | exception | error | date, unsupported-unit, internal-api, quasar |
| Invalid Jalaali year ${jy} | exception | error | persian-calendar, date, range-check |
| [Quasar uid()] Secure RNG not available. Cannot generate col | exception | critical | crypto, uid, insecure-context, browser-compatibility |
| Registry responded with ${response.status} | exception | warning | network, http, registry, update-check |
| Failed to load Quasar auto-import data | exception | error | vite-plugin, auto-import, installation, node-modules |
| Failed to load Quasar import map | exception | error | vite-plugin, import-map, installation, node-modules |
| Unknown import from Quasar: ${importName} | exception | error | vite-plugin, import, build-time, tree-shaking |
| [Quasar] In your Vite config file, please add the Quasar plu | exception | error | vite-plugin, vite-config, plugin-order, configuration |
| Failed to reconnect to the background script. | console | warning | bex, browser-extension, background-script, connection |
| Failed to inform "${portName}" about the port list. | console | warning | bex, browser-extension, port, messaging |
| Failed to query the tabs to revive the content script connec | console | warning | bex, browser-extension, permissions, content-script |
| Error while triggering listener${plural} for event: "${messa | console | error | bex, event-listener, callback |
| Failed to forward message of type "${packet.type}" from "${p | console | warning | bex, message-routing, port |
| Failed to send message to "${packet.to}". | console | error | bex, port-disconnected, postmessage, serialization |
| The queued task for "${task.diffName}" failed | console | warning | dev-server, task-queue, quasar-config |
| Applying the quasar.config changes failed | console | error | dev, quasar-config, hot-reload |
| Could not read BEX manifest. Please check its syntax. | console | error | bex, manifest, json-parse |
| Render error for the above SSG page: | console | warning | ssg, prerender, render-error |
| Failed to render ${errorsEncountered} SSG page${errorsEncoun | console | error | ssg, build, prerender |
ERROR_NETWORK_PORT_NOT_AVAIL Could not find an open port. Please configure a lower one to start searching wit | console | error | dev-server, port, network |
| Unknown network error occurred | console | error | network, dev-server, unknown-error, quasar-config |
| Could not compile the quasar.config file because it has erro | console | critical | quasar-config, typescript, compilation, esbuild |
| The quasar.config file has runtime errors. Please check the | console | critical | quasar-config, runtime, node, config-evaluation |
ERR_PARSE_ARGS_UNKNOWN_OPTION Unknown error while parsing arguments | console | error | cli, arguments, parseargs, app-vite |
| Failed to open default browser | console | warning | browser, dev-server, open, environment |
| Failed to open specific browser | console | warning | browser, dev-server, open, configuration |
ERR_PARSE_ARGS_UNKNOWN_OPTION Unknown error while parsing arguments | console | error | cli, arguments, parseargs, quasar-cli |
ERR_PARSE_ARGS_UNKNOWN_OPTION Unknown error while parsing arguments | console | error | cli, arguments, parseargs, icongenie |
| Specified profile file has a syntax error | console | error | json, icongenie, profile, configuration |
| Connection with "${port.name}" already exists. Disconnecting | console | warning | bex, extension, port-connection, duplicate-connection |
| Tried add listener but no event specified. | console | warning | bex, extension, missing-argument, event-listener |
| Tried add listener but no valid callback function specified. | console | warning | bex, extension, invalid-argument, callback |
| Tried to remove listeners but no event specified. | console | warning | bex, extension, missing-argument, event-listener |
| Tried to remove listener for "${event}" event but there is n | console | warning | bex, extension, event-listener, typo |
| Tried to remove listener but the callback specified is not a | console | warning | bex, extension, invalid-argument, callback |
| Received an unregistered chunk. | console | warning | bex, extension, chunking, packet-loss |
| Received an out of order chunk. | console | warning | bex, extension, chunking, out-of-order |
| Received an unknown message type: "${packet.type}". | console | warning | bex, browser-extension, ipc, protocol-mismatch |
| Failed to send a chunk-abort message to "${to}". | console | warning | bex, browser-extension, ipc, chunked-transfer |
| Received a response for an unknown message id: "${message.id | console | warning | bex, browser-extension, ipc, stale-response |
| Received a message with unknown type: "${message.type}". | console | warning | bex, browser-extension, ipc, protocol-mismatch |
| Failed to render template "${sourcePath}". This may break th | console | warning | app-extension, template-rendering, install |
| Quasar App Extension is not installed... | console | warning | app-extension, uninstall, npm-package |
| Quasar App Extension is missing... | console | error | app-extension, missing-package, cli-exit |
| extendPackageJson() - cannot locate ${extPkg}. Skipping... | console | warning | app-extension, install, package-json, file-not-found |
| extendPackageJson() - "${extPkg}" is a folder instead of fil | console | warning | app-extension, install, package-json, path-type |
| extendPackageJson() - "${extPkg}" is malformed. Exiting... | console | error | app-extension, install, package-json, json-parse |
| extendJsonFile() - "${filePath}" doesn't conform to JSON for | console | warning | json, jsonc, app-extension, install-script, parse-error |
| extendJsonFile() - The extension tried to apply these update | console | info | json, app-extension, install-script, manual-merge |
| render() - cannot locate ${templatePath}. Skipping... | console | warning | app-extension, render, missing-file, path-resolution |
| render() - "${templatePath}" is a file instead of folder. Sk | console | warning | app-extension, render, wrong-argument-type, path |
| renderFile() - cannot locate ${relativeSourcePath}. Skipping | console | warning | app-extension, renderfile, missing-file, path-resolution |
| renderFile() - "${relativeSourcePath}" is a folder instead o | console | warning | app-extension, renderfile, wrong-argument-type, path |
| Wrong number of parameters (${argv._.length}). | console | error | cli, usage, arguments, app-extension |
| Unknown action specified (${action}). | console | error | cli, usage, unknown-command, app-extension |
| Wrong number of parameters (${argv._.length}). | console | error | cli, usage, arguments, mode |
| Unknown action specified (${action}). | console | error | cli, usage, unknown-command, mode |
| SPA mode is included by default. No need to add or remove it | console | warning | cli, spa-mode, invalid-argument |
| No ${mode.toUpperCase()} support detected. Aborting. | console | warning | cli, mode-management, not-installed |
| ${assetRelativePath} already exists. | console | info | cli, scaffolding, file-exists |
| Could not generate ${assetRelativePath}. | console | error | cli, scaffolding, filesystem, permissions |
| Could not generate ${relativePath}. | console | error | cli, scaffolding, store, filesystem |
| No such App Extension is installed | console | error | cli, app-extension, not-installed |
| App Extension has no commands registered | console | info | cli, app-extension, no-commands |
| App Extension has no command called "${cmd}" | console | error | cli, app-extension, unknown-command |
| quasar.config file > invalid Vite plugin specified: ${name} | console | warning | quasar-config, vite, plugins, validation |
| Correct form: [ 'my-vite-plugin-name', { /* pluginOpts */ } | console | info | quasar-config, vite, plugins, hint |
| quasar.config file > invalid Vite plugin specified (cannot f | console | warning | vite, plugin-resolution, configuration, build |
| Skipping unsupported entry type at ${fullPath} | console | warning | bex, filesystem, packaging, symlink |
| BEX support detected already. Aborting. | console | info | bex, mode-installation, idempotency |
| The BEX manifest requires a "manifest_version" prop, which i | console | error | bex, manifest, validation, webextension |
| The bex manifest version specified (${json.manifest_version} | console | warning | bex, manifest, versioning, webextension |
| The file defined in bex manifest > background > service_work | console | warning | bex, manifest, missing-file, service-worker |
| The file defined in bex manifest > background > scripts > "$ | console | warning | bex, manifest, missing-file, background-scripts |
| The file defined in bex manifest > content_scripts > js > "$ | console | warning | bex, manifest, missing-file, content-scripts |
| The file defined in quasar.config > bex > extraScripts > "${ | console | warning | bex, configuration, missing-file, extra-scripts |
| Gradle build failed! | console | error | capacitor, android, gradle, build |
| As an alternative, you can use the "--ide" param and build f | console | warning | capacitor, android, gradle, build |
| Capacitor support detected already. Aborting. | console | info | capacitor, mode, already-installed |
| AppDelegate.m not found. Your App will revoke the devserver' | console | warning | cordova, ios, https, ssl |
| Please report the cordova CLI version and cordova-ios packag | console | info | cordova, ios, version-report, bug-report |
| Also, disable HTTPS from quasar.config file > devServer > se | console | warning | cordova, ios, https, ssl, quasar-config |
| No output folder found for target "${target}". Files have no | console | warning | cordova, build-output, android, packaging |
| /src-cordova/package.json not found. Your setup seems broken | console | critical | cordova, broken-setup, package-json, process-exit |
| Cordova support detected already. Aborting. | console | info | cordova, mode, already-installed |
| App product name cannot start with a number. Please change t | console | error | cordova, naming, validation, package-json |
| ${tool} could not build | console | error | electron, packaging, electron-builder, external-tool |
| Electron support detected already. Aborting. | console | warning | electron, mode-installation, cli, already-installed |
| PWA support detected already. Aborting. | console | warning | pwa, mode-installation, cli, already-installed |
| SSG build failed to render SSG page: | console | warning | ssg, ssr-render-error, build, prerender |
| Failed to render SSG page for ${getSsgPageIdentifier(ssgPage | console | warning | ssg, ssr-render-error, build, prerender |
| Ignored route (crawl-ignored): ${fullPath} | console | info | ssg, routing, verbose, crawl-ignore |
| Ignored route (CSR): ${fullPath} | console | info | ssg, routing, verbose, csr |
| Ignored route (dynamic param): ${fullPath} | console | info | ssg, routing, verbose, dynamic-routes |
| Failed to render SSG page for ${getSsgPageIdentifier(ssgPage | console | warning | ssg, retry, renderer, build |
| Render failed | console | error | ssg, ssr, dev-server, render-error, redirect |
| SSG support detected already. Aborting. | console | warning | ssg, mode-installation, cli, already-installed |
| Render failed | console | error | ssr, dev-server, render-error, middleware |
| SSR support detected already. Aborting. | console | info | ssr, cli, mode-installation, idempotent |
| Please check the source around "<%" and "%>" for invalid usa | console | error | html-template, ejs, build, syntax-error |
| ️️Setting port to closest one available: ${openPort} | console | warning | network, port-conflict, dev-server |
| Importing quasar.config file results in error. Please check | validation | critical | config, module-import, syntax-error, node |
| The default export value of the quasar.config file is not a | validation | critical | config, default-export, shape-mismatch |
| The quasar.config file does not default exports an Object. P | validation | critical | config, return-type, shape-mismatch |
| One of your installed App Extensions failed to run. | console | error | app-extension, config, hook, compatibility |
| Network error encountered while following the quasar.config | console | error | network, host, port, config |
| Files validation not passed successfully. Please fix the iss | validation | error | config, file-validation, missing-files, project-structure |
| The devServer.https.${prop} file could not be read. Removed | console | warning | config, https, dev-server, certificate |
| Workbox strategy "${cfg.pwa.workboxMode}" is invalid. Valid | validation | error | config, pwa, service-worker, workbox |
| The file /index.html is missing. Please add it back. | validation | error | index-html, project-structure, validation |
| Please remove ${attachMarkup} from /index.html inside of <bo | validation | warning | index-html, migration, ssr, validation |
| Please add ${entryPointMarkup} to /index.html inside of <bod | validation | error | index-html, entry-point, validation |
| No env prefix specified, using default "${defaultPrefix}" in | validation | info | env, config, dotenv |
| The "${prefix}" env prefix is invalid in JS. Allowing all en | validation | warning | env, config, naming |
| Invalid env prefix specified, using default "${defaultPrefix | validation | warning | env, config, naming |
| Invalid env prefix "${entry}" specified in the array. Skippi | validation | warning | env, config, array |
| No valid env prefix specified in the array. Allowing all env | validation | warning | env, config, array |
| No valid env prefix specified in the array, using default "$ | validation | warning | env, configuration, validation |
| Cannot determine path to IDE executable | console | error | android, ide, configuration |
| Failed to open default browser | console | warning | browser, serve, headless |
| Failed to install @capacitor/assets. Please do it manually. | console | error | capacitor, npm, dependencies |
| Failed to install @capacitor/splash-screen. Please do it man | console | error | capacitor, npm, splash-screen, dependencies |
| Failed to run @capacitor/assets. Please do it manually. | console | error | capacitor, assets, icons, npx |
| Failed to install cordova-plugin-splashscreen. Please do it | console | error | cordova, plugin, splash-screen |
| No assets to generate! No mode/include specified, filter too | console | warning | icongenie, assets, filter, no-op |
| No assets to generate! No mode/include specified, filter too | console | warning | icongenie, verify, assets, filter |
| No Quasar project folder detected. Using the current folder | console | warning | icongenie, project-detection, wrong-directory |
| No icongenie-*.json files detected in "${folder}" folder! | console | error | icongenie, missing-file, exit-1 |
| Correction on padding for ${file.relativeName} due to paddin | console | warning | icongenie, image-processing, padding |
| No source icon file specified, so using the sample one | console | warning | icongenie, missing-argument, fallback |
| [Quasar] QInfiniteScroll: the window scroll target cannot re | console | warning | quasar, qinfinitescroll, scroll-target, dialog |
| [Quasar] "${id}" contains an import from "quasar" that could | console | warning | vite-plugin, tree-shaking, bundle-size, import-transform |