xrmx opened a new issue #4426: yarn run prod fails on master URL: https://github.com/apache/incubator-superset/issues/4426 Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if any - [x] I have reproduced the issue with at least the latest released version of superset - [x] I have checked the issue tracker for the same issue and I haven't found one similar ### Superset version 342180b263079db2fac5434fc929805d4b441e19 ### Expected results no errors ### Actual results ``` ERROR in ./node_modules/css-loader!./visualizations/chord.css Module build failed: Error: ENOENT: no such file or directory, open '/home/rm/work/stats/superset/superset/assets/node_modules/svgo/lib/svgo/../../.svgo.yml' at Object.fs.openSync (fs.js:646:18) at Object.fs.readFileSync (fs.js:551:33) at module.exports (/home/rm/work/stats/superset/superset/assets/node_modules/svgo/lib/svgo/config.js:31:48) at new module.exports (/home/rm/work/stats/superset/superset/assets/node_modules/svgo/lib/svgo.js:21:19) at /home/rm/work//stats/superset/superset/assets/node_modules/postcss-svgo/dist/index.js:95:16 at Object.creator [as postcssSvgo] (/home/rm/work//stats/superset/superset/assets/node_modules/postcss/lib/postcss.js:150:35) at /home/rm/work/stats/superset/superset/assets/node_modules/cssnano/dist/index.js:295:40 at Array.forEach (<anonymous>) at /home/rm/work/stats/superset/superset/assets/node_modules/cssnano/dist/index.js:282:29 at creator (/home/rm/work/stats/superset/superset/assets/node_modules/postcss/lib/postcss.js:150:35) at processCss (/home/rm/work/maieuticallabs/stats/superset/superset/assets/node_modules/css-loader/lib/processCss.js:199:16) at Object.module.exports (/home/rm/work/maieuticallabs/stats/superset/superset/assets/node_modules/css-loader/lib/loader.js:40:2) @ ./visualizations/chord.css 4:14-74 @ ./visualizations/chord.jsx @ ./visualizations/main.js @ ./javascripts/modules/AnnotationTypes.js @ ./javascripts/chart/chartAction.js @ ./javascripts/dashboard/components/DashboardContainer.jsx @ ./javascripts/dashboard/index.jsx @ multi babel-polyfill ./javascripts/dashboard/index.jsx ``` ### Steps to reproduce yarn run prod postcss-svgo is 2.1.6 svgo is 0.7.2
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
