Find Node.js and npm Paths Module
- emulations.find_node_npm_paths.find_node_npm_paths()
Find and set the paths to the Node.js and npm commands.
This function uses the which command to locate the paths to the Node.js and npm commands on the system and stores them in the variable.node_path and variable.npm_path variables respectively.
Parameters: None
Returns: None
This module provides a function to find and set the paths to the Node.js and npm commands on the system.