Skip to content

Commit

Permalink
use --legacy-peer-deps to avoid auto install of peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Nov 7, 2023
1 parent 8c0ce00 commit 42b1f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/react-native-cli/features/fixtures/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ COPY . /app

WORKDIR /app

RUN npm i -g bugsnag-react-native-cli-*.tgz
RUN npm i -g bugsnag-react-native-cli-*.tgz --legacy-peer-deps

ENTRYPOINT ["/bin/sh"]

0 comments on commit 42b1f95

Please sign in to comment.