Merge pull request #4 from tincho/node-version
mention required node version 10
This commit is contained in:
commit
fbf98adbc2
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
|
## Installation
|
||||||
|
|
||||||
Make sure you have a working MPD setup first.
|
Make sure you have a working MPD setup first and Node version >= 10
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/ondras/cyp.git && cd cyp
|
git clone https://github.com/ondras/cyp.git && cd cyp
|
||||||
|
|
|
@ -15,5 +15,8 @@
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC"
|
"license": "ISC",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=10.0.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue