-
-
Notifications
You must be signed in to change notification settings - Fork 164
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 rn-pdf-reader-js on expo > 37 #137
Comments
not able to install this dependancy ..facing the same error |
Did anyone find a solution to this? |
Nope, I ended up installing it with --force flag, and somehow it worked. Also for me, it's throwing as an error only on node v15. I tried switching to node v14.16.0 LTS, and now it's only there as a warning not as an error anymore. So now I am using node 14.16.0 LTS for my work. |
I think the developer should provide a proper fix .. I had to get it from another app that was using expo sdk36, then pasted it in node_modules of my sdk40 app, then i went on to download js-base64(which this library depends on ) manually and put it inside the node_modules of this library. Now it works. |
Just install with Yarn. |
Same here, although using npm. No issues on Expo v 41. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Issue Description
Unable to install rn-pdf-reader-js
I have tried installing it first on expo 38 then on expo 39. Please Help.
Steps to Reproduce / Code Snippets
[FILL THIS OUT]
npm i rn-pdf-reader-js
Expected Results
It should get installed successfully on expo 36+ as mentioned in docs
Additional Information
The text was updated successfully, but these errors were encountered: