sd1337 / adminlte-2-react-examples

Examples for adminlte-2-react npm package
8 stars 13 forks source link

It runs fine locally, but built throws an error #3

Closed juanruben closed 5 years ago

juanruben commented 5 years ago

Hi. Congrats! I think this is the best approach for AdminLTE reactified. But trying to get a working boilerplate, I've found it not working.

I tested with yarn and npm. When building, I get this warnings:

Could not load existing sourcemap of "../node_modules/adminlte-2-react/build/index.js". warning "adminlte-2-react > react-dates@18.5.0" has unmet peer dependency "react-with-direction@^1.3.0". warning "adminlte-2-react > react-ionicons@1.5.9" has incorrect peer dependency "browserify-css@^0.12.0".

If I put the built files in production, cannot load and get this: TypeError: Super expression must either be null or a function, not undefined

juanruben commented 5 years ago

Followed this and everything is ok now. Thanks!!: https://github.com/sd1337/adminlte-2-react/issues/4