From 49b18caaf0444b8542b00c9340af0302ff9c6c98 Mon Sep 17 00:00:00 2001 From: Ivan Rogov Date: Fri, 1 Sep 2017 15:39:09 +0300 Subject: [PATCH] fixed appmetrics dependencies FIXES this error: ________ Unsupported version v8.4.0. Exiting. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! appmetrics@1.2.0 install: `node extract_all_binaries.js` npm ERR! Exit status 1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f3ccfe5..8312936 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "ELK Connector for Node Application Metrics", "main": "index.js", "dependencies": { - "appmetrics": "^1.0.4", + "appmetrics": "^3.0.0", "elasticsearch": "*" }, "scripts": { @@ -25,4 +25,4 @@ "url" : "git://github.com/RuntimeTools/appmetrics-elk" }, "license": "Apache-2.0" -} \ No newline at end of file +}