Richou / react-native-android-location-enabler

Display a GoogleMap like android popup to ask for user to enable location services if disabled
MIT License
202 stars 51 forks source link

Incompatibility Issue with turbo-darwin-64@1.10.14 on arm64 CPU Architecture #95

Closed chlee1001 closed 12 months ago

chlee1001 commented 12 months ago

Problem Description

During the execution of the yarn install command, an error occurs indicating that the turbo-darwin-64@1.10.14 package is not compatible with the arm64 CPU architecture. How can I solve this?

Logs

 yarn install
yarn install v1.22.19
[1/5] 🔍  Validating package.json...
[2/5] 🔍  Resolving packages...
warning react-native-android-location-enabler > vm2@3.9.19: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm.
warning react-native-android-location-enabler > degenerator > vm2@3.9.19: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm.
[3/5] 🚚  Fetching packages...
error turbo-darwin-64@1.10.14: The CPU architecture "arm64" is incompatible with this module.
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Version

Additional Information

Apple M1 Pro - macOS Ventura 13.5.2 Yarn Version: v1.22.19

Richou commented 12 months ago

Oh, didn't see that coming, I'll check asap.

Richou commented 12 months ago

I just released a new version 2.0.1 can you try with this version please ?

chlee1001 commented 12 months ago

@Richou It now installs fine. Thank you

Richou commented 12 months ago

@chlee1001 It still does not work ?

chlee1001 commented 12 months ago

@Richou It works fine. Thank you 👍