From 023596cff4bc8f2fbf7c13ecbda59ff5164cead1 Mon Sep 17 00:00:00 2001 From: Cameron Showalter Date: Mon, 16 Dec 2024 09:46:07 -0900 Subject: [PATCH] Having it output version for debugging --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50541e9..4d7c55d 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ aws-whoami: .PHONY := update-npm # n: node version manager -# hash -r: use the latest node version +# hash -r: Refresh shell to use the latest node version update-npm: echo "## Setting up non-root Install..." mkdir -p ~/.npm-global @@ -144,6 +144,7 @@ update-npm: npm install -g n@latest N_PREFIX=~/.npm-global n latest hash -r + node --version echo "## Updating NPM Stuff..." npm install -g npm@latest aws-cdk@latest echo ""