Skip to content

Commit

Permalink
feat(doc): Point to common requirements doc
Browse files Browse the repository at this point in the history
This will prevent us from having to update supported Node.js versions in many
places for each release
  • Loading branch information
orangejulius committed Nov 3, 2018
1 parent 73bf18f commit 85da18e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,11 @@ The engine includes a rudimentary language detection algorithm which attempts to

---

## nodejs version
## requirements

nodejs `v6.11.4` or greater is required, running the library on an older version of node will result in an error:
Placeholder requires Node.js and SQLite

```bash
bash-3.2$ node --version
v4.9.1

bash-3.2$ node -e 'require("better-sqlite3")'
FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.
Abort trap: 6
```
See [Pelias software requirements](https://github.com/pelias/documentation/blob/master/requirements.md) for required and recommended versions.

## install

Expand Down

0 comments on commit 85da18e

Please sign in to comment.