I am going to tell you about two npm commands. I think they are not very popular, however they may be helpful for solving some of your development environment problems when you get stuck. These commands are: npm list (npm ls) npm config list (npm config ls) 1. npm list/ls There are tons…