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
I tried installing the package using npm install detox-recorder --save-dev --no-package-lock as described on the site into a react native project and it returns a couple npm errors.
Expected Behavior
I expect npm to install the package and run successfully.
Actual Behavior
It returns errors from my node_modules due to react-native-vector-icons and react-native-material-ui and is unable to install, with suggestions to rerun with a --force or --legacy-peer-deps flag.
Screenshots
Environment
macOS: [e.g. 12.0.1]
Xcode: [e.g. 13.1]
iOS Simulator Runtime: [e.g. iOS 15.0]
Detox Recorder Version: [e.g. 1.0.151]
The text was updated successfully, but these errors were encountered:
Problem
I tried installing the package using
npm install detox-recorder --save-dev --no-package-lock
as described on the site into a react native project and it returns a couple npm errors.Expected Behavior
I expect npm to install the package and run successfully.
Actual Behavior
It returns errors from my node_modules due to react-native-vector-icons and react-native-material-ui and is unable to install, with suggestions to rerun with a
--force
or--legacy-peer-deps
flag.Screenshots
Environment
The text was updated successfully, but these errors were encountered: