Pin to node 5.8.x for now

A bug was introduced in node v5.9 that causes lots of "unknown
compression method" errors, see
https://github.com/nodejs/node/issues/5852

Hopefully this is fixed in the next patch release.
This commit is contained in:
Michael Jackson 2016-04-07 21:46:21 +10:00
parent 1e89ba7140
commit 3a20c47940
1 changed files with 3 additions and 0 deletions

View File

@ -14,5 +14,8 @@
"cors": "^2.7.1",
"express": "^4.13.4",
"npm-http-server": "^2.9.0"
},
"engines": {
"node": "5.8.x"
}
}