Function install

Source
pub fn install(
    src_root_path: &Path,
    out_dir: &Path,
    npm: &Path,
) -> Result<PathBuf, Error>
Expand description

Install all the npm deps, and return the path of node_modules.