Sentry: The engine "yarn" is incompatible with this module. Expected version ">=1.0.2".

Created on 22 Feb 2018  路  4Comments  路  Source: getsentry/sentry

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

Most helpful comment

@baaart npm i -g yarn fixed it for me

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings