how to check if a module is installed in npm code example Example: check if a npm package is installed npm list [package-name] || npm list -g [package-name]