chat21 / chat21-cloud-functions

Firebase cloud functions for Chat21. It's the server engine of Chat21 hosted on Google Firebase

Home Page:http://www.chat21.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package.json missing

TalhaBinAfzal opened this issue · comments

I have clone the project now when I install it I get an error package.json not found. Can you provide me the json required to this file? Waiting for your reply..

The file package.json is under functions directory. So you must run : cd functions and after run: npm install as described here :https://github.com/chat21/chat21-cloud-functions/blob/master/README.md#project-setup

I have done the same I run cd function and then cd install when I run cd install I am getting that error.. even I downloaded function more than once, package.json file is missing... Can you provide me that file?

Hi this is the package.json https://github.com/chat21/chat21-cloud-functions/blob/master/functions/package.json. You can download the raw version here: https://raw.githubusercontent.com/chat21/chat21-cloud-functions/master/functions/package.json

Don't you find the file package.json under functions directory?