-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build Caravel from sources #1534
Comments
the same problem as yours |
I'm sorry but i don't see any issue here, read the tutorial if your problem is how to load demo data http://airbnb.io/caravel/installation.html#caravel-installation-and-initialization |
@xrmx
web_worker.js?e7d2:5Uncaught TypeError: Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided.(…) |
@ujhujuh And how i was supposed to know that if you don't mention the actual error in your bug report? |
@ujhujuh , i encounter the same problem as you |
@ujhujuh , i encounter the same problem as you, after install and run server, the page is blank, and the chrome console throws a error: |
alias: { webworkify: 'webworkify-webpack', edit inside webpack.config.js may solve the problem |
@toabey ,slice worked well, but dashboard like this: |
@toabey ,the dashboard is still blank ,and browser console show the error:dataTables.bootstrap.js?fffa:47Uncaught TypeError: Cannot read property 'defaults' of undefined(anonymous function) |
@toabey ,thanks to your tips, solved my problem, but the dashboard is still blank ,and browser console show the error, all related about dataTable, i find that in the dist js files, for example, in dist/dashboard.xx.js, the datatable.net.bs is loaded as AMD: the if statement get a true const, but in datatable.net.bs's node modules, the if statement is a express as "typeof define === 'function' && define.amd", the npm run dev replace the express as 'true' in output dist js, i attemp to modify it as false in dist js file, and then it works well, but i don't know what cause the issue. i find other js error almost the same related to datatable in webpack: |
got the same error after login. https://gist.github.com/swemaniac/2fbe5d6d5e425b7c046168b6d6e74e95 |
@ascott fixed both issues here: This is part of a larger PR where we are renaming the project. Had to nuke my |
I encountered the same error when I install Superset and tried to load caravel.db... |
@github35 can you try off of the current master ? |
@mistercrunch I installed 0.13.0 and encountered another problem -- I only have css-theme.0.12.0.entry and other 0.12.0 files in dist folder. So it's not working from my side. |
0.13.1 works. Thank you!! |
@mistercrunch ,0.13.1 just fix the problem, it is great! |
Nice! |
Make sure these boxes are checked before submitting your issue - thank you!
Caravel version
0.12.0
Expected results
want to show the dashboards or slices, but nothing
Actual results
nothing
Steps to reproduce
cd $CARAVEL_HOME/caravel/assets
npm install
npm run prod
cd $CARAVEL_HOME
python setup.py install
The text was updated successfully, but these errors were encountered: