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 @@ -73,7 +73,7 @@ as well.
73
73
74
74
#### Frontend requirements
75
75
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:
77
77
78
78
- [ node] ( https://nodejs.org/en/ ) >= 6.10.0
79
79
- [ 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
82
82
instructions. If you already have these tools, or you have a different
83
83
preferred method of installing packages like these, that should work fine.
84
84
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.
86
90
87
91
#### Building and serving the frontend
88
92
You can’t perform that action at this time.
0 commit comments