Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install DetoxRecorder #19

Open
deksmond opened this issue Dec 6, 2021 · 2 comments
Open

Unable to install DetoxRecorder #19

deksmond opened this issue Dec 6, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@deksmond
Copy link

deksmond commented Dec 6, 2021

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
npm error

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]
@deksmond deksmond added the bug Something isn't working label Dec 6, 2021
@TheNewBonjwa
Copy link

I had this yesterday, and was able to resolve by deleting node-modules, doing an npm install, pod install, and using --force

@deksmond
Copy link
Author

I tried this and had to rebuild my project because npm install updated some packages to the latest version I didnt want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants