Skip to content

Commit

Permalink
Specify minimum Node version in package.json and docs (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Jun 25, 2019
1 parent f7000f0 commit ec39363
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Try out the [latest release](https://coli-conc.gbv.de/cocoda/), the [current dev
- [License](#license)

## Install
It is recommended to use Node.js v10 or above.

```bash
git clone https://github.com/gbv/cocoda.git
cd cocoda
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ npm install
npm run build
```

Files are created in directory `dist` to be [served with any web server](#serving-the-files).
Files are created in directory `dist` to be [served with any web server](#serving-the-files). Note: It is recommended to use Node.js v10 or above.

### Serving the Files

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,9 @@
"lint-staged": "^8.1.5",
"vue-styleguidist": "^3.11.7",
"vue-template-compiler": "^2.5.21"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.8.0"
}
}

0 comments on commit ec39363

Please sign in to comment.