We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a7b15 commit a454666Copy full SHA for a454666
test/macros/examples.js
@@ -38,7 +38,7 @@ exports.shouldHaveDeps = function () {
38
return next();
39
}
40
41
- var child = spawn('npm', ['install'], {
+ var child = spawn('npm', ['install', '-f'], {
42
cwd: examplesDir
43
});
44
0 commit comments