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

Fix to npm run build error and fire-migrate not found error #35

Open 19007361 opened 4 years ago

19007361 commented 4 years ago

Resolves issues #32 and #25 Typescript needed to be updated along with the @types/node README updated to make it clear that npm run build-link will find fire-migrate (and also, let's put fire-migrate in the command description itself.

I have a lot of appreciation for this code, it is incredibly useful.

rayfarer commented 4 years ago

The project would not build until I pulled these changes in. Now it works like a charm.

Can confirm this worked perfectly on the first try. Thank you so much.