From 1a0fba08470b59971dd0f39cc2b68856432aaedc Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Mon, 1 Apr 2019 18:25:40 +1100 Subject: [PATCH] nvm is not an npm module --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2f9e9ec7fe6f7..f3c371c089f38a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,8 +21,8 @@ For another version of Windows, or if you prefer to set things up manually, be s If you have an incompatible version of Node in your development environment, you can use [nvm](https://github.com/creationix/nvm) to change node versions on the command line: ``` -npx nvm install -npx nvm use +nvm install +nvm use ``` You also should have the latest release of [npm installed][npm]. npm is a separate project from Node.js and is updated frequently. If you've just installed Node.js which includes a version of npm within the installation you most likely will need also to update your npm installation. To update npm, type this into your terminal: `npm install npm@latest -g`