## using Linux `which` command find Node.js installed path ```sh $ which node /Users/xgqfrms-mbp/.nvm/versions/node/v12.18.0/bin/node $ which npm /Users/xgqfrms-mbp/.nvm/versions/node/v12.18.0/bin/npm ``` ```sh $ echo $PATH # get all env paths ```