From e8b11d98415ace382c2118fc9c4f4b9cc4d08cbc Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 13 Jun 2018 09:05:51 -0400 Subject: [PATCH 1/2] point to a forked npm package (for now), to avoid the npm install issues some users are reporting --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 303c67f2..b7847965 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7106,8 +7106,10 @@ } } }, - "live-plugin-manager": { - "version": "git+https://github.com/iurimatias/live-plugin-manager.git#b494a103a84733611c7d921bd0e8c6d699b33c5a", + "live-plugin-manager-git-fix": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/live-plugin-manager-git-fix/-/live-plugin-manager-git-fix-0.12.0.tgz", + "integrity": "sha512-2T5XLjlzPfbvAO1d4U2QvcG/YEewWTqG4GEX5GNQB3rEuHQ/YA3ChwylBbEIC/7Ase4h0vpRER60PJHgjn8/3A==", "requires": { "@types/debug": "0.0.30", "@types/fs-extra": "5.0.2", diff --git a/package.json b/package.json index 363d1f06..a962ab9f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "http-shutdown": "^1.2.0", "i18n": "^0.8.3", "ipfs-api": "17.2.4", - "live-plugin-manager": "https://github.com/iurimatias/live-plugin-manager.git", + "live-plugin-manager-git-fix": "^0.12.0", "merge": "^1.2.0", "node-http-proxy": "^0.2.3", "node-ipc": "^9.1.1", From 19aa1175031f4bffee01d05a8fdce14a73c3f340 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 13 Jun 2018 09:40:19 -0400 Subject: [PATCH 2/2] update references to package --- lib/versions/npm.js | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/versions/npm.js b/lib/versions/npm.js index 0f245f78..835610b8 100644 --- a/lib/versions/npm.js +++ b/lib/versions/npm.js @@ -1,6 +1,6 @@ const fs = require('../core/fs.js'); const {PerformanceObserver, performance} = require('perf_hooks'); -const PluginManager = require('live-plugin-manager').PluginManager; +const PluginManager = require('live-plugin-manager-git-fix').PluginManager; require('colors'); const _ = require('underscore'); diff --git a/package-lock.json b/package-lock.json index b7847965..0f7716ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7107,9 +7107,9 @@ } }, "live-plugin-manager-git-fix": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/live-plugin-manager-git-fix/-/live-plugin-manager-git-fix-0.12.0.tgz", - "integrity": "sha512-2T5XLjlzPfbvAO1d4U2QvcG/YEewWTqG4GEX5GNQB3rEuHQ/YA3ChwylBbEIC/7Ase4h0vpRER60PJHgjn8/3A==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/live-plugin-manager-git-fix/-/live-plugin-manager-git-fix-0.12.1.tgz", + "integrity": "sha512-1FvmI3xP246iNgwMcdqlAdPfGhugwiKQhQwg8YY8Uzbzra47lXVpgk3Fe/YDVBRpnnBTQ2YKdDlq4WM86G41SA==", "requires": { "@types/debug": "0.0.30", "@types/fs-extra": "5.0.2", diff --git a/package.json b/package.json index a962ab9f..e3694178 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "http-shutdown": "^1.2.0", "i18n": "^0.8.3", "ipfs-api": "17.2.4", - "live-plugin-manager-git-fix": "^0.12.0", + "live-plugin-manager-git-fix": "^0.12.1", "merge": "^1.2.0", "node-http-proxy": "^0.2.3", "node-ipc": "^9.1.1",