Firebase-tools: firebase init functions - not working

Created on 1 Jan 2018  路  2Comments  路  Source: firebase/firebase-tools

npm WARN [email protected] requires a peer of firebase-admin@~5.5.0 but none is installed. You must install peer dependencies yourself.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-pre-gyp install --fallback-to-build --library=static_library
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install 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! C:\Users\min\AppData\Roaming\npm-cache_logs\2018-01-01T03_39_12_432Z-debug.log

NPM install failed, continuing with Firebase initialization...

i Writing configuration info to firebase.json...
i Writing project information to .firebaserc...

  • Firebase initialization complete!

Most helpful comment

Update firebase-admin to 5.5.0 in your package.json:

"firebase-admin": "5.5.0"

All 2 comments

Update firebase-admin to 5.5.0 in your package.json:

"firebase-admin": "5.5.0"

Life saver mumumilk

Was this page helpful?
0 / 5 - 0 ratings