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 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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: