diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-10-09 09:59:34 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-10-09 14:48:05 +0200 |
| commit | 206bf6fe05e66eafa17531780b98df97d107e319 (patch) | |
| tree | d9ddeae6230ec84cfd83317703e2fbe8f9ad9b85 /README.md | |
| parent | 04250a09391d6eee40a6d144149c92ad0b5b72a2 (diff) | |
| download | mullvadvpn-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.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |
