pub fn install( src_root_path: &Path, out_dir: &Path, npm: &Path, ) -> Result<PathBuf, Error>
Install all the npm deps, and return the path of node_modules.
node_modules