Skip to content

Commit db0874a

Browse files
committed
note for node version
1 parent f4c1957 commit db0874a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/development.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ If you just want to click around and see how things work, or if you're making ch
3636

3737
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.
3838

39+
**Note**: Node version should be >= v6.0.0
40+
3941
### Running installation/test scripts on Windows
4042

4143
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

Comments
 (0)