Skip to content

Commit bf45490

Browse files
author
Ilya Radchenko
committed
Add allow-root to args
1 parent 07b01ad commit bf45490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bower-command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var bower = process.platform === 'win32' ? 'bower.cmd' : 'bower';
44

55
module.exports = function (command) {
6-
var args = [command, '--config.interactive=false'];
6+
var args = [command, '--config.interactive=false', '--allow-root'];
77

88
return {
99
command: bower,

0 commit comments

Comments
 (0)