Skip to content

Commit

Permalink
Merge branch 'master' into 'master'
Browse files Browse the repository at this point in the history
'minds install' process fixed for newer nodejs

See merge request minds/minds!205
  • Loading branch information
markharding committed Aug 15, 2022
2 parents f818865 + d51398a commit d049cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/tasks/build-front.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
task: () => new Listr([
{
title: 'Installing dependencies',
task: () => exec.in('front', 'npm', ['install'])
task: () => exec.in('front', 'npm', ['install', '--legacy-peer-deps'])
},
{
title: 'Building app',
Expand Down

0 comments on commit d049cdb

Please sign in to comment.