From 183196f3d0fba9bdebe079d648af0554ec383087 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Mon, 1 Nov 2021 20:28:12 +0300 Subject: [PATCH] require nodejs --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 2d072b8..da001b2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="npm git pm2" +pkg_dependencies="npm git pm2 nodejs" #================================================= # PERSONAL HELPERS