anish000kumar / redux-box

Modular and easy-to-grasp redux based state management, with least boilerplate
MIT License
708 stars 22 forks source link

Unable to resolve module `./helpers` from `node_modules/redux-box/dist/index.js` #34

Closed josephJ2e closed 4 years ago

josephJ2e commented 4 years ago

Hello,

I am upgrading redux-box from v1.6.2 to v2.0.0-beta.2 and then I got this error. Is there anybody encountered this error too? and how to fix? Thanks a lot!

Unable to resolve module ./helpers from node_modules/redux-box/dist/index.js

anish000kumar commented 4 years ago

@josephJ2e Can you share the trace-log or a sandbox failing build (via codesandbox) ?

As a sidenote, Redux-Box@2+ API is not backward compatible with previous versions. So, you would need to use the new API and make relevant changes, as in readme.

josephJ2e commented 4 years ago

@anish000kumar I downgraded it back to v1.6.2 for now. And I think you are right because I did not do any changes of the code after upgraded. so I decided to still use v1.6.2 for now since I dont have the luxury time. I will upgrade this soon and do the necessary changes and will get back to you should have any issues encountered. Thanks a lot for your time.