diff --git a/lib/install.js b/lib/install.js index cef881f3d..89eba77bc 100644 --- a/lib/install.js +++ b/lib/install.js @@ -704,10 +704,7 @@ function showVersions(forks) { haveLinked = true; } } - catch(e) { - if (e.code != 'EINVAL' && e.code != 'UNKNOWN') - throw e; - } + catch(e) {} if (vList.indexOf(version) == -1) vList.push(version); }