Get the peak memory usage in the duration
// instal node 17
bash <(curl -sL https://gist.githubusercontent.com/grieve54706/81e7c6c69b34d92f383ea151b6f28a94/raw/e7edfb4d2ea514142ca045301e090270c3637457/upgrade-node.sh)
// reload env var
source ~/.bashrc
// run tool
npx https://gist.github.com/grieve54706/81e7c6c69b34d92f383ea151b6f28a94
// remove npx cache if need to use new version
cd ~/.npm/_npx/ && rm -rf *
TBD