From 567c558129f1e73124ade95ab6917eee8dd4ef8b Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 14 May 2024 11:17:07 -0400 Subject: [PATCH] manual, parsing devs --- .../javascript/grid3_javascript_installation.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/collections/developers/javascript/grid3_javascript_installation.md b/collections/developers/javascript/grid3_javascript_installation.md index bf3b099..2bce32f 100644 --- a/collections/developers/javascript/grid3_javascript_installation.md +++ b/collections/developers/javascript/grid3_javascript_installation.md @@ -107,15 +107,13 @@ The easiest way to test the installation is to run the following command with ei You can explore the Grid Client by testing the different scripts proposed in **grid_client/scripts**. - Update your customized deployments specs if needed -- Run using [ts-node](https://www.npmjs.com/ts-node) - - With yarn - ```bash - yarn run ts-node --project tsconfig-node.json scripts/zdb.ts - ``` - - With npx - ```bash - npx ts-node --project tsconfig-node.json scripts/zdb.ts - ``` +- Run using [ts-node](https://www.npmjs.com/ts-node) with yarn or npx + ```bash + yarn run ts-node --project tsconfig-node.json scripts/zdb.ts + ``` + ```bash + npx ts-node --project tsconfig-node.json scripts/zdb.ts + ``` ## Reference API