-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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-addons-shallow-compare missing after upgrading to 2.3.1 #93
Comments
I've spent the afternoon on this, tried many attempts at fixing it. I had to add react-addons-shallow-compare to my package.json to get this to work, however doing this then lead to the same UnableToResolve error being thrown for 'lodash.debounce' package. I'm about to downgrade to the previous version 2.3.0 and run a fresh npm install, after removing react-addons-shallow-compare from my project's package.json, i'll report back with what happens. |
I can confirm that downgrading back to 2.3.0, clearing node modules, then running npm install results in both lodash.debounce and react-addons-shallow-compare being installed as expected. Please let me know if you need any help with this, happy to lend a hand where I can. |
Hi @fendorio, Thank you for your investigation! I'm surprised because I've been using version 2.3.1 on miscellaneous projects without any issue. Moreover, there wasn't any update linked to dependencies in 2.3.1... Would you mind clearing your |
Hey @bd-arc thanks for the swift response. Absolutely no worries, your carousel is going to form a major element in an app my team have been commissioned to develop, with that i'm happy to contribute where and when I can. I will try and reproduce this tomorrow, I did have a day of scratching my head unexpectedly today though so it may not be until Thursday that I get the time to properly go through this process again. I will report back here by Thursday PM (GMT) with my findings. |
Hi @fendorio, Any further feedback regarding your issue? |
Closing as no further feedback was provided. Feel free to reopen if needed. |
Just upgraded to the latest version of the repo, after clearing node modules and running npm install I get this error when the react native package manager is bundling my app:
I'm running on a Mac, node version 7.7.1 & npm version 5.0.4
Any ideas?
The text was updated successfully, but these errors were encountered: