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

adding this package broke my project and I do not know how to revert! Help!! #91

Closed
wmonecke opened this issue Sep 17, 2017 · 2 comments

Comments

@wmonecke
Copy link

Anyone know how to revert the issue after installing this package?

This warning is caused by a @providesModule declaration with the same name across two different files.

@wmonecke wmonecke changed the title adding this package broke my project and I do not know how to revert!!! adding this package broke my project and I do not know how to revert! Help!! Sep 17, 2017
@nishiltamboli
Copy link

I think your files might be cached. You can remove the plugin with npm uninstall and also, once you do so, make sure you also fire 2 additional commands -

  1. Delete watchman cache if you are using watchman - watchman watch-del-all
  2. Clean npm cache - npm start -- --reset-cache

These 2 should be enough to clean your file cache that the react native packager uses.

@peacechen
Copy link
Collaborator

See #85
Solution is to use my fork until the PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants