Added note about minimum Node version being 10.0.0.

This commit is contained in:
John Wiseman 2020-01-18 15:27:43 -08:00
parent 14c743e53d
commit 807b5d7d44

View File

@ -71,7 +71,8 @@ Create an initial history database:
`echo '{}' > advisory-circular.db`
Install node dependencies:
Make sure you have at least Node version 10.0.0 installed, and then
install the node dependencies:
`npm install`