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:
parent
1e89ba7140
commit
3a20c47940
|
@ -14,5 +14,8 @@
|
|||
"cors": "^2.7.1",
|
||||
"express": "^4.13.4",
|
||||
"npm-http-server": "^2.9.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "5.8.x"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue