codediodeio / firestore-migrator

:bullettrain_side: A CLI utility for moving data to and from Cloud Firestore
https://angularfirebase.com/lessons/import-csv-json-or-excel-to-firestore/
317 stars 94 forks source link

fire-migrate : The term 'fire-migrate' is not recognized #25

Closed super9xman closed 5 years ago

super9xman commented 5 years ago

I am getting the following error when I try to run any fire-migrate cmd in the cli....

error: fire-migrate : The term 'fire-migrate' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

super9xman commented 5 years ago

fixed

murali-vutti commented 5 years ago

How did you solved the issue

stildalf commented 5 years ago

Be sure to run: npm run build-link which'll map fire-migrate as per the bin entry in package.json.