Last active
December 29, 2017 12:52
-
-
Save DKbyo/fe4a1b17ef6751286946c4b7e9116317 to your computer and use it in GitHub Desktop.
Install node-firestore-backup-restore from my fixed branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/DKbyo/node-firestore-backup-restore.git | |
| cd node-firestore-backup-restore | |
| git checkout fix/install | |
| npm install | |
| npm pack | |
| npm install -g firestore-backup-restore-1.1.0.tgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many Thanks