Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] Ignore npm version errors when installing dependencies for exam…
…ples
  • Loading branch information
indexzero committed Jul 26, 2012
1 parent c4a7b15 commit a454666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/macros/examples.js
Expand Up @@ -38,7 +38,7 @@ exports.shouldHaveDeps = function () {
return next();
}

var child = spawn('npm', ['install'], {
var child = spawn('npm', ['install', '-f'], {
cwd: examplesDir
});

Expand Down

0 comments on commit a454666

Please sign in to comment.