hotfix: npm install in case user already has node

This commit is contained in:
Aidan 2024-11-13 16:36:31 -05:00
parent a499c9219e
commit dac3eddaeb
No known key found for this signature in database
GPG Key ID: E971D213C29E3A5D

1
manage
View File

@ -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"