DilicelSten opened a new issue #9270: How to add Echarts to the Superset(0.35.2)? URL: https://github.com/apache/incubator-superset/issues/9270 I install superset by pip(pip install apache-superset). However, the code is inconsistent with the github(assets and static/assets), so I am confused about it because I can not find the src directory when i run the npm command. ``` (superset_env) root@Ubuntu-cxt:~/superset_env/lib/python3.6/site-packages/superset/assets# npm run dev > [email protected] dev /root/superset_env/lib/python3.6/site-packages/superset/assets > webpack --mode=development --colors --progress --debug --watch 10% building 0/0 modules 0 active webpack is watching the files… Insufficient number of arguments or no entry found. Alternatively, run 'webpack(-cli) --help' for usage info. Hash: fbf46623c69bc2a8e3db Version: webpack 4.42.0 Time: 54ms Built at: 03/09/2020 9:53:47 AM ERROR in Entry module not found: Error: Can't resolve './src' in '/root/superset_env/lib/python3.6/site-packages/superset/assets' ``` I don't know how to deal with it. Hope to get the answer!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
