mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:31 +01:00
run "npm install --legacy-peer-deps" to cope with dependency mismatch caused by downgraded grunt-newer
This commit is contained in:
parent
12c0f4efd6
commit
90822140b7
@ -278,7 +278,7 @@ run_cmd($cmd, 'composer');
|
||||
// update npm dependencies and run grunt to minify javascript and css
|
||||
if ($npm && $grunt)
|
||||
{
|
||||
run_cmd($npm.' install', 'npm');
|
||||
run_cmd($npm.' install --legacy-peer-deps', 'npm');
|
||||
|
||||
run_cmd($grunt, 'grunt');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user