You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/development.md
+2
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,8 @@ If you just want to click around and see how things work, or if you're making ch
36
36
37
37
This will run the front end server via Node's development stack, meaning changes will be reloaded on subsequent requests and is generally useful when making changes to the front end side of things. In the background, it's also going to call `script/test-server` for you, so that the front end has an API that it can make calls to.
38
38
39
+
**Note**: Node version should be >= v6.0.0
40
+
39
41
### Running installation/test scripts on Windows
40
42
41
43
You are going to need a Unix-like environment. The best choice would be Git Bash which comes with the [Git Windows Installation](https://git-for-windows.github.io/) or [MSYS](http://www.mingw.org/wiki/msys). Try to avoid any POSIX compliant software (e.g. Cygwin) that will get you in trouble.
0 commit comments