You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using react-native-jetifier, installation goes ok, but after "npx react-native-jetifier" I get this error:
Cannot read property 'readFile' of undefined
I have these packages installed:
@babel/cli : 7.4.4
@babel/runtime : 7.4.5
fast-glob : 3.0.3
should I install all the Dev Dependencies listed in npmjs.com under Dependencies ?!?
The text was updated successfully, but these errors were encountered:
The issue you are experiencing is triggered by the use of a node version less than 10.16.0. Could you please update to LTS or Current and check if this still happens with them?
Hi,
I'm using react-native-jetifier, installation goes ok, but after "npx react-native-jetifier" I get this error:
Cannot read property 'readFile' of undefined
I have these packages installed:
@babel/cli : 7.4.4
@babel/runtime : 7.4.5
fast-glob : 3.0.3
should I install all the Dev Dependencies listed in npmjs.com under Dependencies ?!?
The text was updated successfully, but these errors were encountered: