-
Notifications
You must be signed in to change notification settings - Fork 270
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
react-native-html-to-pdf collides react-native #124
Comments
I have the same problem.
|
1- first delete folder "Example" for fix problem of conflict of "package.json".
|
I have the same issue. This seem to be a common issue across multiple packages, and some solutions (which don't work for me) have been proposed here: facebook/react-native#21242 |
OK, actually (when I tried it once again!) it works.
|
I got the same error and a very familiar error
And I finally figured out the problem, the Sample module conflict with react native. The solution is: |
None of the above works for me.... is there any easy solution? |
nothing worked with me either, @SpyderScrypt did you find any solution? |
that solution helped me, now i get apk successfully |
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. |
My solution : Delete node modules folder and run "npm i" in the terminal to reinstall node modules. |
Hi all,
When I installed the react-native-html-to-pdf package, I received the error below:
Duplicate module name: Sample
Paths: C: \ projects \ signature-electronics \ node_modules \ react-native-html-to-pdf \ example \ node_modules \ react-native \ Libraries \ Sample.config.json collides with C: \ projects \ signature-electronics \ node_modules \ react-native \ Libraries \ Sample \ package.json
Can you rename the dir "react-native-html-to-pdf\example\node_modules\react-native\ Libraries\Sample" to another name to avoid this error?
Thanks
The text was updated successfully, but these errors were encountered: