summaryrefslogtreecommitdiffhomepage
path: root/gui/scripts/README.md
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-02-12 14:28:42 +0100
committerOskar Nyberg <oskar@mullvad.net>2021-02-12 16:02:52 +0100
commitf2e01f6744e3ae3ef373e5f5995c702972cc2ff3 (patch)
treedddb6ee5c8a46f6115dd6cc96a6564290f5dea11 /gui/scripts/README.md
parentfdcec1cbe60ea291d8f38ae7666ef1210c731814 (diff)
downloadmullvadvpn-f2e01f6744e3ae3ef373e5f5995c702972cc2ff3.tar.xz
mullvadvpn-f2e01f6744e3ae3ef373e5f5995c702972cc2ff3.zip
Change npx to npm exec to make it work with npm 7
Diffstat (limited to 'gui/scripts/README.md')
-rw-r--r--gui/scripts/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/scripts/README.md b/gui/scripts/README.md
index 2c332bfc98..c8577e088a 100644
--- a/gui/scripts/README.md
+++ b/gui/scripts/README.md
@@ -56,7 +56,7 @@ python3 extract-geo-data.py
and finally generate the R-Tree cache:
```
-npx ts-node prepare-rtree.ts
+npm exec ts-node prepare-rtree.ts
```
At this point all of the data should be saved in `gui/scripts/out` folder.