Skip to content

Commit a454666

Browse files
committed
[fix] Ignore npm version errors when installing dependencies for examples
1 parent c4a7b15 commit a454666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/macros/examples.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ exports.shouldHaveDeps = function () {
3838
return next();
3939
}
4040

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

0 commit comments

Comments
 (0)