You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build the quiz app locally on my laptop. For that I have cloned the github repo, opened in powershell the directory etc/quiz-app. After trying npm install, but after running that command I receive the following error code.
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@achrinza/node-ipc@9.2.7',
npm warn EBADENGINE required: {
npm warn EBADENGINE node: '8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20'
npm warn EBADENGINE },
npm warn EBADENGINE current: { node: 'v22.11.0', npm: '10.9.1' }
npm warn EBADENGINE }
up to date, audited 1503 packages in 3s
157 packages are looking for funding
run `npm fund` for details
32 vulnerabilities (21 moderate, 11 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
I can run npm audit fix --force all I want, but It does nothing for me. So I ran npm run serve, I get the following error:
> quizzes@0.1.0 serve
> vue-cli-service serve
ERROR TypeError: transpileDependencies.map is not a function
TypeError: transpileDependencies.map is not a function
at genTranspileDepRegex (C:\Users\username\Documents\AI Journey\AI-For-Beginners\etc\quiz-app\node_modules\@vue\cli-plugin-babel\index.js:5:38)
at module.exports (C:\Users\username\Documents\AI Journey\AI-For-Beginners\etc\quiz-app\node_modules\@vue\cli-plugin-babel\index.js:21:29)
at C:\Users\username\Documents\AI Journey\AI-For-Beginners\etc\quiz-app\node_modules\@vue\cli-service\lib\Service.js:82:9
at Array.forEach (<anonymous>)
at loadedCallback (C:\Users\username\Documents\AI Journey\AI-For-Beginners\etc\quiz-app\node_modules\@vue\cli-service\lib\Service.js:80:20)
at Service.init (C:\Users\username\Documents\AI Journey\AI-For-Beginners\etc\quiz-app\node_modules\@vue\cli-service\lib\Service.js:97:14)
at Service.run (C:\Users\username\Documents\AI Journey\AI-For-Beginners\etc\quiz-app\node_modules\@vue\cli-service\lib\Service.js:247:16)
at Object.<anonymous> (C:\Users\username\Documents\AI Journey\AI-For-Beginners\etc\quiz-app\node_modules\@vue\cli-service\bin\vue-cli-service.js:37:9)
at Module._compile (node:internal/modules/cjs/loader:1546:14)
at Object..js (node:internal/modules/cjs/loader:1689:10)
How can i resolve this?
The text was updated successfully, but these errors were encountered:
stnieder
changed the title
npm audit fix --foce - Not fixing packages for quiz app
Building quiz app resolves in errors
Nov 29, 2024
I was trying to build the quiz app locally on my laptop. For that I have cloned the github repo, opened in powershell the directory etc/quiz-app. After trying
npm install
, but after running that command I receive the following error code.I can run
npm audit fix --force
all I want, but It does nothing for me. So I rannpm run serve
, I get the following error:How can i resolve this?
The text was updated successfully, but these errors were encountered: