Have problems with installing the app on android emulator OS: Windows 10 command doesn't solve the problem
set NODE_OPTIONS=--openssl-legacy-provider
Have problems with installing the app on android emulator OS: Windows 10 command doesn't solve the problem
set NODE_OPTIONS=--openssl-legacy-provider
The problem is your node version is higher and not compatible with the version in react native
nvm alias default 16.14.2
A potential issue that's causing this problem could be related to your node version. If you're using nvm to manage your node versions and have recently updated to the latest release, consider reverting back to the version that version.
You can view the version in use with nvm ls
. Change to an older LTS release with nvm use <version_here>
.