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 6, 2023
1 parent ac30f37 commit 763a044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/react-native-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
common.run(`npm install --registry ${registryUrl}`, true)

// Install notifier
const command = `npm install @bugsnag/react-native@${version} --registry ${registryUrl}`
const command = `npm install @bugsnag/react-native@${version} --registry ${registryUrl} --legacy-peer-deps`
common.run(command, true)

// Install any required secondary files
Expand Down

0 comments on commit 763a044

Please sign in to comment.