Skip to content

Commit

Permalink
Try --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Apr 10, 2024
1 parent cfb346c commit a02a4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetPageOriginDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from node:16.16 as builder
run mkdir -p /hubs/admin/ && cd /hubs
copy package.json ./
copy package-lock.json ./
run npm ci --loglevel verbose
run npm ci --loglevel verbose --legacy-peer-deps
copy admin/package.json admin/
copy admin/package-lock.json admin/
run cd admin && npm ci --loglevel verbose --legacy-peer-deps && cd ..
Expand Down

0 comments on commit a02a4b1

Please sign in to comment.