diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
