react-canvas-knob icon indicating copy to clipboard operation
react-canvas-knob copied to clipboard

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

Open evoyy opened this issue 6 years ago • 3 comments

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.

evoyy avatar Jun 29 '18 09:06 evoyy

same issue

mohsensaremi avatar Aug 16 '18 08:08 mohsensaremi

➕1️⃣

jspillers avatar Aug 16 '18 16:08 jspillers

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?

sd890623 avatar Sep 10 '18 07:09 sd890623