Skip to content

Commit

Permalink
nvm is not an npm module (#14737)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb authored and pento committed Apr 1, 2019
1 parent f5f77d5 commit d32993c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit d32993c

Please sign in to comment.