Updated Node package install script to use NPM

Yarn has fallen out of favor in the community so have switched to
native NPM support instead.
This commit is contained in:
Brooke Kuhlmann
2021-07-28 21:46:41 -06:00
parent f790b05831
commit 2e95c72d57
3 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ IFS=$'\n\t'
SCRIPT_PATH="$MAC_OS_CONFIG_PATH/bin/install_node_packages"
if [[ -x "$SCRIPT_PATH" ]]; then
check_yarn_install
check_npm_install
"$SCRIPT_PATH"
else
printf "WARNING: Node packages install script does not exist or is not executable.\n"