Skip to content

Commit

Permalink
Take note of the required Node.js version to run micro-dev (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdeslagmulder authored and timneutkens committed Sep 28, 2017
1 parent cdb9bb1 commit 11e5017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -27,6 +27,8 @@ When preparing your development environment, firstly install `micro-dev`:
npm install --save-dev micro-dev
```

**Note:** You'll need at least Node.js v7.6.0 to run `micro-dev`.

Next, add a new `script` property below `micro` inside `package.json`:

```json
Expand Down

0 comments on commit 11e5017

Please sign in to comment.