From 787cae4c84c3080ac9779009f6505f5a2cd8f5fd Mon Sep 17 00:00:00 2001 From: Sir3lit Date: Sun, 25 Nov 2018 21:56:50 -0500 Subject: [PATCH 1/2] Added node-gyp Added node-gyp to dependencies --- daemon/installing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/installing.md b/daemon/installing.md index 50d78bad..0ee6255e 100644 --- a/daemon/installing.md +++ b/daemon/installing.md @@ -47,6 +47,7 @@ Pterodactyl's Daemon requires the following dependencies be installed on your sy * Docker * Nodejs (`8.0` or `10.0`) +* `node-gpy` * `tar` * `unzip` * `make`, `gcc` (`gcc-c++` on CentOS), `g++` From 762d259bb2a49857855581a50c12d3b5d099dbf4 Mon Sep 17 00:00:00 2001 From: Sir3lit Date: Wed, 12 Dec 2018 14:16:27 -0500 Subject: [PATCH 2/2] Update installing.md --- daemon/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/installing.md b/daemon/installing.md index 0ee6255e..ff59f488 100644 --- a/daemon/installing.md +++ b/daemon/installing.md @@ -47,7 +47,7 @@ Pterodactyl's Daemon requires the following dependencies be installed on your sy * Docker * Nodejs (`8.0` or `10.0`) -* `node-gpy` +* `node-gyp` * `tar` * `unzip` * `make`, `gcc` (`gcc-c++` on CentOS), `g++`