summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-02-12 14:28:53 +0100
committerOskar Nyberg <oskar@mullvad.net>2021-02-12 16:02:52 +0100
commitb5d260c021cc518b1e258fafedb624d0e61ac60f (patch)
treea72ebdcb3869c243a7e92171438bcd8047030065
parentf2e01f6744e3ae3ef373e5f5995c702972cc2ff3 (diff)
downloadmullvadvpn-b5d260c021cc518b1e258fafedb624d0e61ac60f.tar.xz
mullvadvpn-b5d260c021cc518b1e258fafedb624d0e61ac60f.zip
Add instructions to update npm to latest version in readme
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 69ba528101..8bed95414e 100644
--- a/README.md
+++ b/README.md
@@ -259,7 +259,11 @@ storePassword = keystore-password
1. *This can be skipped for Android builds*.
- Get the latest version 12 release of Node.js and the latest version of npm.
+ Get the latest version 12 release of Node.js and the latest version of npm. After installing
+ Node.js the latest version of npm can be installed by running:
+ ```
+ npm install -g npm
+ ```
#### macOS
```bash
brew install node