You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug(`install ${pkg.name}@${pkg.rawSpec} from local folder ${filepath} with npm pack failed(${err.message}), use copy`);
45
+
options.console.warn(`[npminstall:download:local] install ${pkg.displayName} from local folder ${filepath} with npm pack failed(${err.message}), use copy`);
47
46
returnawaitutils.copyInstall(filepath,options);
48
47
}
49
48
}
50
49
51
50
asyncfunctionlocalTarball(filepath,pkg,options){
52
51
debug(`install ${pkg.name}@${pkg.rawSpec} from local tarball ${filepath}`);
0 commit comments