mention required node version 10
This commit is contained in:
parent
1aa52f1202
commit
754381236c
3 changed files with 6 additions and 2 deletions
1
.npmrc
Normal file
1
.npmrc
Normal file
|
@ -0,0 +1 @@
|
|||
engine-strict=true
|
|
@ -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
|
||||
|
|
|
@ -15,5 +15,8 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
"license": "ISC",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue