joshjg / react-canvas-knob

Flexible knob/dial input component
MIT License
44 stars 28 forks source link

Module not found: Error: Can't resolve 'redbox-react' #22

Open evoyy opened 6 years ago

evoyy commented 6 years ago

I think the build is broken. I installed the package and tried to include it in my project and I'm getting the above error. Taking a look inside index.js, it tries to import redbox-react, which I assume should not be part of the production build.

mohsensaremi commented 6 years ago

same issue

jspillers commented 6 years ago

➕1️⃣

sd890623 commented 6 years ago

Anyone has a proper solution to this? Met same problem. I know I can manually add in the missing dependencies into my project package.json but I thought the dependency nesting for a library should be handled by npm itself?