Hi,
I updated my node version, npm version and now I'm getting the following error
My project is react-native and using the provided react-native sdk with the wizard
error @sentry/[email protected]: The engine "yarn" is incompatible with this module. Expected version ">=1.0.2".
error Found incompatible module
Thanks,
Almog
Closing this was able to fix this using nvm and setting the new node version
Is there any workaround if i would like to stay with yarn?
@baaart npm i -g yarn fixed it for me
npm i -g yarn did not work for me
node v11.0.0
yarn v1.13.0
Most helpful comment
@baaart
npm i -g yarnfixed it for me