coopinabox / praxis

2 stars 0 forks source link

`npm link` of modules doesn't work #22

Open ahdinosaur opened 10 years ago

ahdinosaur commented 10 years ago

this is a pain point for development, as it's not easy to test the individual modules in the main app without publishing them.

i forgot the actual error, but it's caused by duplicate React instances due to inability for npm link to understand peerDependencies.

a fix is certainly possible..