From dac3eddaeb8d7ee5fb2c699cb36c598329d9beab Mon Sep 17 00:00:00 2001 From: Aidan Date: Wed, 13 Nov 2024 16:36:31 -0500 Subject: [PATCH] hotfix: npm install in case user already has node --- manage | 1 + 1 file changed, 1 insertion(+) diff --git a/manage b/manage index 11ea6ad..861ce96 100755 --- a/manage +++ b/manage @@ -292,6 +292,7 @@ function setup() { clear install_tools + npm install echo -e "\n${COLOR_GREEN}Dependancy installation complete!${COLOR_RESET}" echo -e "\n${COLOR_BLUE}If you would like to view the install logs, please do so, or click [ENTER] to continue to the next step.${COLOR_RESET}\n"