adminlte-3-angular icon indicating copy to clipboard operation
adminlte-3-angular copied to clipboard

Login error

Open cgarrotti opened this issue 1 year ago • 3 comments

Firebase: Error (auth/auth-domain-config-required).

i up the npm run firebase:start but give the error: Firebase: Error (auth/auth-domain-config-required).

Server is running on http://localhost:9099/ as we can see:

{ "authEmulator": { "ready": true, "docs": "https://firebase.google.com/docs/emulator-suite", "apiSpec": "/emulator/openapi.json" } }

cgarrotti avatar Sep 27 '24 00:09 cgarrotti

this command -> npm run firebase:start

produces this error ->

[email protected] firebase:start firebase emulators:start

/home/user/source/adminlte-3-angular-main/node_modules/inquirer-autocomplete-prompt/index.js:11 const Base = require('./../inquirer/lib/prompts/base'); ^

Error [ERR_REQUIRE_ESM]: require() of ES Module /home/user/source/adminlte-3-angular-main/node_modules/inquirer/lib/prompts/base.js from /home/user/source/adminlte-3-angular-main/node_modules/inquirer-autocomplete-prompt/index.js not supported. Instead change the require of base.js in /home/user/source/adminlte-3-angular-main/node_modules/inquirer-autocomplete-prompt/index.js to a dynamic import() which is available in all CommonJS modules. at Object. (/home/user/source/adminlte-3-angular-main/node_modules/inquirer-autocomplete-prompt/index.js:11:14) { code: 'ERR_REQUIRE_ESM' }

Node.js v20.17.0

DarlingChavez avatar Oct 04 '24 17:10 DarlingChavez

hey thank you for pointing this issue, I will check and inform you guys here

erdkse avatar Oct 05 '24 19:10 erdkse

I try to "npm install inquirer-autocomplete-prompt@^3.0.1" , then problem is gone.

tommy770221 avatar Jan 19 '25 17:01 tommy770221