Description
[REQUIRED] Step 2: Describe your environment
- Operating System version: MAC OS_
- Firebase SDK version: _5.7.0
- Library version: _____
- Firebase Product: messaging___ (auth, database, storage, etc)
[REQUIRED] Step 3: Describe the problem
npm install is failing
npm install --save firebase-admin
npm ERR! Darwin 17.3.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--save" "firebase-admin"
npm ERR! node v6.11.1
npm ERR! npm v3.10.10
npm ERR! Cannot convert undefined or null to object
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! /Users/dosapati/Developer/NodeJS/powerup-nodejs/npm-debug.log
Steps to reproduce:
add firebase-admin to the project and the "npm install fails"
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
npm install --save firebase-admin
npm ERR! Darwin 17.3.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--save" "firebase-admin"
npm ERR! node v6.11.1
npm ERR! npm v3.10.10
npm ERR! Cannot convert undefined or null to object
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! /Users/dosapati/Developer/NodeJS/powerup-nodejs/npm-debug.log
Relevant Code:
npm install --save firebase-admin
// code here to reproduce the problem
just use "npm install --save firebase-admin"