We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14543c5 commit 0ee815bCopy full SHA for 0ee815b
lib/server.js
@@ -8,7 +8,7 @@ const path = require('path');
8
9
const join = require('join-io');
10
const mollify = require('mollify');
11
-const spawnify = require('spawnify');
+const spawnify = require('spawnify/legacy');
12
const rendy = require('rendy');
13
14
const express = require('express');
package.json
@@ -37,7 +37,7 @@
37
"mollify": "~1.0.3",
38
"rendy": "~1.1.0",
39
"socket.io": "^1.5.0",
40
- "spawnify": "~2.3.0",
+ "spawnify": "^3.0.0",
41
"tildify": "~1.2.0"
42
},
43
"devDependencies": {
0 commit comments