pub fn default_install_script(
package_dir: &Path,
manifest: &PackageJson,
) -> Option<&'static str>Expand description
Default install command for a materialized dependency directory.
Thin wrapper around implicit_install_script that supplies
has_binding_gyp by stat’ing <package_dir>/binding.gyp.