We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b620d3a commit c82343cCopy full SHA for c82343c
1 file changed
lifecycleScripts/clean.js
@@ -128,7 +128,7 @@ npm.load({
128
return new Promise(function (resolve, reject) {
129
npm.commands.uninstall(modulesToPrune, function(err) {
130
if (err) {
131
- console.drror("[nodegit] Failed cleaning unneeded dependencies.");
+ console.error("[nodegit] Failed cleaning unneeded dependencies.");
132
reject(err);
133
}
134
else {
0 commit comments