Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am trying to initialize a firebase project in my Mac terminal but am getting an error when I try to install dependencies with npm. I am also getting an error when I try to run firebase deploy. #1282

Open
Martin1420 opened this issue Feb 14, 2023 · 0 comments

Comments

@Martin1420
Copy link

run firebase init:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for firebase-admin@^111.5.0.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'business-continuity-codebase'
npm ERR! notarget

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/BAYPLS.GUEST/.npm/_logs/2023-02-14T23_09_34_698Z-debug.log

run firebase deploy:

1:7 error 'functions' is assigned a value but never used no-unused-vars

✖ 1 problem (1 error, 0 warnings)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! functions@ lint: eslint .
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the functions@ lint script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/BAYPLS.GUEST/.npm/_logs/2023-02-14T23_16_39_827Z-debug.log

Error: functions predeploy error: Command terminated with non-zero exit code 1

@Martin1420 Martin1420 changed the title I am trying to initialize a firebase project but am getting an error when I try to install dependencies with npm. I am also getting an error when I try to run firebase deploy. I am trying to initialize a firebase project in my Mac terminal but am getting an error when I try to install dependencies with npm. I am also getting an error when I try to run firebase deploy. Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant