Function install_one

Source
pub fn install_one(
    out_dir: &Path,
    npm_bin: &Path,
    pkg_name: &str,
    pkg_version: &str,
) -> Result<PathBuf, Error>
Expand description

Install an exact package version, and return the path of node_modules.