npm install/Quasar dev Deprecation warnings #17620
Unanswered
sonicviz
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I get several deprecation warnings for my Quasar project when install is run, detailed in images below.
package.json is pretty much a base quasar install.
How can I track these down efficiently and resolve them?
I'm particularly worried about "npm warn deprecated [email protected]: Package no longer supported" as it's a key part of the webpack process in the quasar config file when running Quasar Dev
eg: Quasar Dev
App • Running "@quasar/qmarkdown" Quasar App Extension...
App • Extension(@quasar/qmarkdown): Extending quasar.config.js...
App • Extension(@quasar/qmarkdown): Chaining "UI" Webpack config
App Extension (qmarkdown) Info: 'Adding markdown loader (*.md) to chainWebpack'
App • Chaining "UI" Webpack config
App • WAIT • Compiling of "UI" in progress..
Thanks.
npm install warnings

Package.json
"dependencies": {
"@capacitor/camera": "^6.1.0",
"@faker-js/faker": "^9.2.0",
"@ionic/pwa-elements": "^3.3.0",
"@quasar/extras": "^1.16.12",
"appwrite": "^16.0.2",
"axios": "^1.7.7",
"base64-arraybuffer": "^1.0.2",
"core-js": "^3.39.0",
"mitt": "^3.0.1",
"pinia": "^2.2.6",
"quasar": "^2.17.1",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@quasar/app-webpack": "^3.14.2",
"@quasar/quasar-app-extension-qmarkdown": "^2.0.0-beta.10",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.30.0",
"eslint-webpack-plugin": "^4.2.0",
"prettier": "^3.3.3",
"webpack-obfuscator": "^3.5.1"
},
Beta Was this translation helpful? Give feedback.
All reactions