mention required node version 10

This commit is contained in:
tincho 2019-05-13 11:29:05 -03:00
parent 1aa52f1202
commit 754381236c
3 changed files with 6 additions and 2 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict=true

View File

@ -18,7 +18,7 @@ CYP is a web-based frontend for [MPD](https://www.musicpd.org/), the Music Playe
## Installation
Make sure you have a working MPD setup first.
Make sure you have a working MPD setup first and Node version >= 10
```sh
git clone https://github.com/ondras/cyp.git && cd cyp

View File

@ -15,5 +15,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
"license": "ISC",
"engines": {
"node": ">=10.0.0"
}
}