Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
firebase : The term 'firebase' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ firebase login
+ ~~~~~~~~
+ CategoryInfo          : ObjectNotFound: (firebase:String) [], CommandNotFoundException 
+ FullyQualifiedErrorId : CommandNotFoundException


What I have tried:

import firebase from "firebase";

I've installed firebase already, but problem starts from "firebase login" till deploy.
Posted
Updated 31-Aug-21 1:27am
Comments
Richard MacCutchan 31-Aug-21 7:14am    
Either firebase is not installed properly, or your PATH variable does not include its location.
dsn 2021 3-Sep-21 8:20am    
how do i correct that?
Richard MacCutchan 3-Sep-21 8:58am    
Find out where it is installed and either add the directory name to your PATH variable, or use the full pathname to start it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900