Skip to content

Commit

Permalink
Having it output version for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameronsplaze committed Dec 16, 2024
1 parent 4193fe1 commit 023596c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ""
Expand Down

0 comments on commit 023596c

Please sign in to comment.