Skip to content

Commit

Permalink
Revert "Merge pull request #1067 from farawaysouthwest/mitch/add-prox…
Browse files Browse the repository at this point in the history
…y-npm-installer"

This reverts commit f4f8277.
  • Loading branch information
EverlastingBugstopper authored Apr 8, 2022
1 parent f4f8277 commit 0321e08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 105 deletions.
7 changes: 1 addition & 6 deletions installers/npm/binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const cTable = require("console.table");
const libc = require("detect-libc");
const { join } = require("path");
const { spawnSync } = require("child_process");
const { configureProxy } = require("./proxy");

const error = (msg) => {
console.error(msg);
Expand Down Expand Up @@ -112,11 +111,7 @@ const run = () => {

const install = () => {
const binary = getBinary();

const proxy = configureProxy(binary.url);

binary.install(proxy);

binary.install();
let pluginInstallCommand = `${binary.binaryPath} install --plugin`;
let commands = [
`${pluginInstallCommand} supergraph@latest-0`,
Expand Down
99 changes: 0 additions & 99 deletions installers/npm/proxy.js

This file was deleted.

0 comments on commit 0321e08

Please sign in to comment.