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
detox init throws the error Expected options to be either an object or a string
The issue is here fs.writeFileSync doesn't take a callback, it returns the value instead
The text was updated successfully, but these errors were encountered:
detox init
throws the errorExpected options to be either an object or a string
The issue is here
fs.writeFileSync
doesn't take a callback, it returns the value insteadThe text was updated successfully, but these errors were encountered: