Peter Sypek
Peter Sypek

Reputation: 153

Unable to install firebase functions

I try to use firebase functions and I got stuck during the firebase CLI installation.

I have installed node and npm. Now after I install firebase-tools I try to login an I get: command not found

Here is my terminal message:

Peters-iMac:GrabItOrItsGone petersypek$ sudo npm install -g

firebase-tools npm WARN deprecated [email protected]: Use uuid module instead /Users/petersypek/.npm-global/bin/firebase -> /Users/petersypek/.npm-global/lib/node_modules/firebase-tools/bin/firebase + [email protected] updated 1 package in 11.93s

Peters-iMac:GrabItOrItsGone petersypek$ firebase --version

-bash: firebase: command not found

Upvotes: 1

Views: 349

Answers (1)

Peter Sypek
Peter Sypek

Reputation: 153

I got it running. But I have no idea how. Several reinstallations. And it worked. I even got my desired functions deployed. Now I Need a deep dive into firebase functions.

Upvotes: 1

Related Questions