You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, after installation and require-ing react-bootstrap-daterangepicker in a module with my app's components, an error was thrown in a browser console: Uncaught Error: Cannot find module 'react-bootstrap-daterangepicker'
My components are compiled with Browserify all right without react-bootstrap-daterangepicker. So it is not a build issue.
Fist, installation is finished with this warn:
npm WARN install: UNMET PEER DEPENDENCY
:Then, after installation and
require
-ingreact-bootstrap-daterangepicker
in a module with my app's components, an error was thrown in a browser console:Uncaught Error: Cannot find module 'react-bootstrap-daterangepicker'
My components are compiled with Browserify all right without
react-bootstrap-daterangepicker
. So it is not a build issue.Why this error? How to solve it?
Versions of packages in my
package.json
The text was updated successfully, but these errors were encountered: