Skip to content

Commit 65f4095

Browse files
Added steps to install node and npm on Linux to avoid sudo requirements
1 parent cf66c10 commit 65f4095

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ as well.
7373

7474
#### Frontend requirements
7575

76-
In order to run the frontend, you will need to have installed:
76+
In order to run the frontend on Windows and macOS, you will need to have installed:
7777

7878
- [node](https://nodejs.org/en/) >= 6.10.0
7979
- [npm](https://www.npmjs.com/get-npm) >= 4.0.0
@@ -82,7 +82,11 @@ Follow the links for each of these tools for their recommended installation
8282
instructions. If you already have these tools, or you have a different
8383
preferred method of installing packages like these, that should work fine.
8484

85-
> Note that you may need to install these as root using `sudo` in some cases.
85+
If you are on Linux, use [nvm](https://github.com/creationix/nvm/blob/master/README.md)
86+
to install to ensure that the use of `npm` does not require the use of `sudo`.
87+
88+
The front end should run fine after these steps. Please file an issue if you run
89+
into any trouble.
8690

8791
#### Building and serving the frontend
8892

0 commit comments

Comments
 (0)