summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-10-09 09:59:34 +0200
committerAndrej Mihajlov <and@mullvad.net>2019-10-09 14:48:05 +0200
commit206bf6fe05e66eafa17531780b98df97d107e319 (patch)
treed9ddeae6230ec84cfd83317703e2fbe8f9ad9b85 /README.md
parent04250a09391d6eee40a6d144149c92ad0b5b72a2 (diff)
downloadmullvadvpn-206bf6fe05e66eafa17531780b98df97d107e319.tar.xz
mullvadvpn-206bf6fe05e66eafa17531780b98df97d107e319.zip
Use `npm ci` and `npm version`, bump node requirements to v12
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index fee0d5662a..79cd9d54ea 100644
--- a/README.md
+++ b/README.md
@@ -181,15 +181,14 @@ storePassword = keystore-password
1. Get the latest **stable** Rust toolchain via [rustup.rs](https://rustup.rs/).
-1. Get the latest version 8 LTS release of Node.js and the latest version of npm.
+1. Get the latest version 12 release of Node.js and the latest version of npm.
#### macOS
```bash
- brew install node@8
- export PATH="/usr/local/opt/node@8/bin:$PATH"
+ brew install node
```
#### Linux
- Just download and unpack the `node-v8.xxxx.tar.xz` tarball and add its `bin` directory to your
+ Just download and unpack the `node-v12.xxxx.tar.xz` tarball and add its `bin` directory to your
`PATH`.
#### Windows