We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb82382 commit f55cf84Copy full SHA for f55cf84
lifecycleScripts/install.js
@@ -19,10 +19,6 @@ return whichNativeNodish("..")
19
asVersion = results.asVersion;
20
})
21
.then(function() {
22
- if (nwVersion) {
23
- console.info("[nodegit] Must build for node-webkit/nw.js");
24
- return prepareAndBuild();
25
- }
26
if (fs.existsSync(local("../.didntcomefromthenpmregistry"))) {
27
return prepareAndBuild();
28
}
0 commit comments