Heads up to any #NodeJS and #JavaScript developers out there: If you aren't already you should be using the Node Version Manager utility since a lot of projects need either an older or newer version of node and you'll have a bad time if you only use the system installed version.
`nvm use 16` saved me hours of debugging why Splunk's build tools weren't working recently :P