File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ as well.
77
77
78
78
#### Frontend requirements
79
79
80
- In order to run the frontend, you will need to have installed:
80
+ In order to run the frontend on Windows and macOS , you will need to have installed:
81
81
82
82
- [ node] ( https://nodejs.org/en/ ) >= 6.10.0
83
83
- [ npm] ( https://www.npmjs.com/get-npm ) >= 4.0.0
@@ -86,7 +86,11 @@ Follow the links for each of these tools for their recommended installation
86
86
instructions. If you already have these tools, or you have a different
87
87
preferred method of installing packages like these, that should work fine.
88
88
89
- > Note that you may need to install these as root using ` sudo ` in some cases.
89
+ If you are on Linux, use [ nvm] ( https://github.com/creationix/nvm/blob/master/README.md )
90
+ to install to ensure that the use of ` npm ` does not require the use of ` sudo ` .
91
+
92
+ The front end should run fine after these steps. Please file an issue if you run
93
+ into any trouble.
90
94
91
95
#### Building and serving the frontend
92
96
You can’t perform that action at this time.
0 commit comments