Skip to content

Commit

Permalink
Remove references to node 9 errors in readme
Browse files Browse the repository at this point in the history
Node 9.x seems no longer relevant since we are now directing devs to use
`nvm install --latest-npm` (currently v.12.6.0)
  • Loading branch information
mchowning committed Jul 24, 2019
1 parent b5f01e9 commit 4778a43
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -41,12 +41,6 @@ nvm install --latest-npm
yarn install
```

Note: using node v9.x currently produces the following error:
```
error sane@3.1.0: The engine "node" is incompatible with this module. Expected version "6.* || 8.* || >= 10.*".
```
To be revisited, as we don't need to impose a limit in version per se.

## Run

```
Expand Down

0 comments on commit 4778a43

Please sign in to comment.