We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b698ed commit 0d9e414Copy full SHA for 0d9e414
Makefile
@@ -25,6 +25,7 @@ install: clean
25
@mkdir -p ./logs
26
@mkdir -p ./run
27
@npm install --registry=https://registry.npm.taobao.org
28
+ @npm install nodeinstall --registry=https://registry.npm.taobao.org
29
@./node_modules/.bin/nodeinstall .
30
@cp nginx_sample.conf nginx.conf
31
package.json
@@ -37,12 +37,11 @@
37
"istanbul": "~0.4.5",
38
"mm": "^2.2.0",
39
"mocha": "^5.0.0",
40
- "nodeinstall": "^0.1.3",
+ "moment": "2.20.1",
41
"pegjs": "0.10.0",
42
"should": "^11.1.1",
43
"supertest": "^3.0.0",
44
- "ws": "^3.3.2",
45
- "moment": "2.20.1"
+ "ws": "^3.3.2"
46
},
47
"engines": {
48
"install-alinode": "3.8.4"
0 commit comments