We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5402c27 commit ac99fc0Copy full SHA for ac99fc0
firestore-bigquery-export/guides/IMPORT_EXISTING_DOCUMENTS.md
@@ -25,7 +25,7 @@ The import script uses several values from your installation of the extension:
25
26
Run the import script using [`npx` (the Node Package Runner)](https://www.npmjs.com/package/npx) via `npm` (the Node Package Manager).
27
28
-1. Make sure that you have the required tools installed:
+1. Make sure that you've installed the required tools to run the script:
29
* To access the `npm` command tools, you need to install [Node.js](https://www.nodejs.org/).
30
* If you use `npm` v5.1 or earlier, you need to explicitly install `npx`. Run `npm install --global npx`.
31
0 commit comments