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

Error on npm run build : Initializers are not allowed in ambient contexts. #46

Open manonbart opened 4 years ago

manonbart commented 4 years ago

I have this following issue when running npm run build (version node : 12.4.0)

node_modules/google-auth-library/build/src/auth/oauth2client.d.ts:298:55 - error TS1039: Initializers are not allowed in ambient contexts.

298     protected static readonly GOOGLE_TOKEN_INFO_URL = "https://oauth2.googleapis.com/tokeninfo";
gh0st commented 4 years ago

Same thing on node 10.

$ node -v
v10.15.0
gh0st commented 4 years ago

@manonbart reference #39