Any time I try to run the command sp:bower:install or sp:bower:update I got this error:
[Symfony\Component\Process\Exception\ProcessTimedOutException]
The process "'/usr/bin/bower' '--allow-root' 'update'" exceeded the
timeout of 600 seconds.
I tried setting the timeout on the .bowerrc but it's overwrited by bundle since the error persiste and I don't know what else to do. Here is the log for the command output, can any give me some ideas?
Following the
README
I have setupbower.json
as follow:And at
config.yml
the config is this one:Any time I try to run the command
sp:bower:install
orsp:bower:update
I got this error:I tried setting the
timeout
on the.bowerrc
but it's overwrited by bundle since the error persiste and I don't know what else to do. Here is the log for the command output, can any give me some ideas?