Skip to content

Commit 448be17

Browse files
committed
CMR-7713: Updated README for nodejs version.
1 parent 0ab15df commit 448be17

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

graph-db/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ Nodejs application to perform graph db operations in CMR
1212
### Node
1313
CMR graph-db runs on Node.js, in order to run the application you'll need to install nodejs.
1414

15-
Recommended: Use Homebrew
16-
17-
```
18-
brew install node
19-
```
15+
##### NVM
16+
To ensure that you're using the correct version of Node, it is recommended that you use Node Version Manager. Installation instructions can be found on [the repository](https://github.com/nvm-sh/nvm#install--update-script). The version used is defined in .nvmrc and will be used automatically if NVM is configured correctly.
2017

2118
### NPM
2219
npm is a separate project from Node.js, and tends to update more frequently. As a result, even if you’ve just downloaded Node.js (and therefore npm), you’ll probably need to update your npm. Luckily, npm knows how to update itself! To update your npm, type this into your terminal:

0 commit comments

Comments
 (0)