Skip to main content
added 49 characters in body
Source Link
xgqfrms
  • 141
  • 4

using Linux which command find Node.js installed path

 $ 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 
$ echo $PATH # get all env paths 

using Linux which command find Node.js installed path

 $ which node /Users/xgqfrms-mbp/.nvm/versions/node/v12.18.0/bin/node 

using Linux which command find Node.js installed path

 $ 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 
$ echo $PATH # get all env paths 
Source Link
xgqfrms
  • 141
  • 4

using Linux which command find Node.js installed path

 $ which node /Users/xgqfrms-mbp/.nvm/versions/node/v12.18.0/bin/node