brace
brace copied to clipboard
mode-css.js net::ERR_ABORTED 404 (Not Found)
Hi everyone. I am getting the following error when start an Angular 7 project which has brace and ng2-ace-editors in it
could anyone please help with the problem?
also in production the same page gives a slightly different error, though also connected to the mode-css.js
Did you ever resolve this? I have a similar issue.
@step21 added this to the assets array of angular.json: { "glob": "worker-javascript.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, { "glob": "worker-css.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }, { "glob": "worker-json.js", "input": "./node_modules/ace-builds/src-min/", "output": "/" }
Hope it helps