Bench after install cannot build JS and blank homepage

I have just install the newest version of ERPNext on Ubuntu 14 (Azure). Every setup part are OK until the part of build js for front-end, there are a lot of error such as (you can check full at ✨ Built libs.min.js/home/frappe/frappe-bench/apps/frappe/frappe/public/js/f - Pastebin.com :

(!) Conflicting re-exports
rollup-plugin-multi-entry:entry-point re-exports '__moduleExports' from both frappe/public/js/frappe/class.js and frappe/public/js/lib/moment/moment.min.js (will be ignored)
(!) Broken sourcemap
https://github.com/rollup/rollup/wiki/Troubleshooting#sourcemap-is-likely-to-be-incorrect
Plugins that transform code (such as 'frappe-html') should generate accompanying sourcemaps

(!) Use of eval is strongly discouraged
https://github.com/rollup/rollup/wiki/Troubleshooting#avoiding-eval
frappe/public/js/frappe/form/script_manager.js
153:     var cs = doctype.__js;
154:     if(cs) {
155:       var tmp = eval(cs);
                     ^
156:     }
...and 1 other occurrence
(!) Broken sourcemap


bench/apps/frappe/frappe/public/less/controls.less, /home/frappe/frappe-bench/apps/frappe/frappe/public/less/chat.less → ../../sites/assets/css/rollup.manifest.css...
(!) Generated an empty bundle
created ../../sites/assets/css/rollup.manifest.css in 5s

Hi development team,

Do you have any idea on this problem? I used to deploy ERPNext v7, v8, v9 in many AWS, dedicated server but this time on Azure is so strange.