mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[fix] Ignore npm version errors when installing dependencies for examples
This commit is contained in:
parent
c4a7b15843
commit
a454666e7a
@ -38,7 +38,7 @@ exports.shouldHaveDeps = function () {
|
||||
return next();
|
||||
}
|
||||
|
||||
var child = spawn('npm', ['install'], {
|
||||
var child = spawn('npm', ['install', '-f'], {
|
||||
cwd: examplesDir
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user