This is my first time when I try to deploy a web application on a remote server. I chose Firebase to deploy my angularJs app. These are the steps provided by them:
npm install -g firebase-tools
<---- successfully installedfirebase init
<- Here it says that this operation requires login. I proceed to the next step.firebase login
<---- I get the following:Error: Cannot run login in non-interactive mode. See login:ci to generate a token for use in non-interactive environments.
I don't know what "see login:ci" means, but I tried:
firebase login:ci
<---- I get the following: "Error: Cannot run login:ci in non-interactive mode."
I also wrote a question in their support groups, but no answer yet.
Do you have any idea what should I do?
I'm also opened to try to deploy on other servers. (as longs as they are free)