trabe / react-conduit

Render components anywhere
21 stars 3 forks source link

Can't resolve react-addons-create-fragment module #6

Open Alienah opened 3 years ago

Alienah commented 3 years ago

Hi.

We recently made use of your library, but doing npm install does not install the react-addons-create-fragment package. I have observed that you have it as a dev dependency, with which, I get an error that it cannot resolve that package. I think it should be included in the dependencies.

Thank you in advanced

davidbarral commented 3 years ago

Hi. It's also listed in the peerDependencies. If you use npm > 7.x it will install them automatically. For previous versions you'll have to add them to your project explicitely.

Regards

HolyWalley commented 3 years ago

same problem using yarn.

installing react-addons-create-fragment manually helped.