-
Notifications
You must be signed in to change notification settings - Fork 16
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
Not able to add dependency #64
Comments
Hi @KaranSachrani |
I am running the below version |
try
Since the 0.0.4 on npm is anyway not the latest code from what I could tell. |
The is the issue while running also tried the above command npm ERR! code ELIFECYCLE |
Hello, thanks a lot for this plugin. Is it possible to have latest changes in a newer npm version? :) Thanks in advance |
facing the below issue while adding the dependency rn-contact-tracing:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall:
rm -rf ../node_modules
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
tried both ways for adding dependency:
yarn add rn-contact-tracing and npm install rn-contact-tracing --save
The text was updated successfully, but these errors were encountered: